You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
498 B
25 lines
498 B
## |
|
## socks.conf -- Dante SOCKS Client Configuration |
|
## |
|
|
|
# forwarding of IP based connections |
|
route { |
|
from: 0.0.0.0/0 |
|
to: 0.0.0.0/0 |
|
via: 127.0.0.1 port = 1080 |
|
proxyprotocol: socks_v5 |
|
proxyprotocol: socks_v4 |
|
proxyprotocol: http_v1.0 |
|
proxyprotocol: msproxy_v2 |
|
} |
|
|
|
# forwarding of name based connections |
|
route { |
|
from: 0.0.0.0/0 |
|
to: . |
|
via: 127.0.0.1 port = 1080 |
|
proxyprotocol: socks_v5 |
|
proxyprotocol: http_v1.0 |
|
proxyprotocol: msproxy_v2 |
|
} |
|
|
|
|