You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
how i call app: proxybound -q -f "/etc/proxybound.conf" curl ifconfig.me
it just prints same text if i would run it without args
nt@ant ~/t/Proxybound-master> ./proxybound -f src/proxybound.conf curl ifconfig.me 20:07:46
Proxybound version 5.60
https://github.com/Intika-Linux-Proxy/Proxybound
Usage:
./proxybound -q -f config_file command-or-app arguments
Options:
-q makes proxybound quiet, this overrides the config setting
-f allows to manually specify a configfile to use
-v or --version, disaplay application version
...
The text was updated successfully, but these errors were encountered:
I have local http server running so
curl --proxy http://127.0.0.2:3128 ifconfig.me
returns proxied IPmy cleaned config
how i call app: proxybound -q -f "/etc/proxybound.conf" curl ifconfig.me
it just prints same text if i would run it without args
The text was updated successfully, but these errors were encountered: