mirror of
https://github.com/tun2proxy/tun2proxy.git
synced 2025-05-14 05:52:48 +00:00
* incoming packet with FIN or RST * read_server_n_write_proxy_handler * testing script * Interest::WRITABLE and continue_read * read_data_from_tcp_stream * logging hide * test * script iperf
24 lines
481 B
Text
24 lines
481 B
Text
# logoutput: /var/log/socks.log
|
|
internal: 10.0.0.3 port = 10800
|
|
external: 10.0.0.3
|
|
clientmethod: none
|
|
socksmethod: none
|
|
user.privileged: root
|
|
user.notprivileged: nobody
|
|
|
|
client pass {
|
|
from: 0/0 to: 0/0
|
|
log: error connect disconnect
|
|
}
|
|
|
|
socks pass {
|
|
from: 0/0 to: 0/0
|
|
command: bind connect udpassociate
|
|
log: error connect disconnect
|
|
socksmethod: none
|
|
}
|
|
|
|
socks pass {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
command: bindreply udpreply
|
|
}
|