mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 16:19:20 +02:00
added IPv6 usage in iodined
This commit is contained in:
parent
461c4c3a41
commit
c9efbc0156
|
@ -2333,6 +2333,7 @@ static void help(FILE *stream)
|
|||
" -b port to forward normal DNS queries to (on localhost)\n"
|
||||
" -P password used for authentication (max 32 chars will be used)\n"
|
||||
" -F pidfile to write pid to a file\n"
|
||||
" -S enable forwarding of IPv6 packets within the tunnel\n"
|
||||
" -i maximum idle time before shutting down\n\n"
|
||||
"tunnel_ip is the IP number of the local tunnel interface.\n"
|
||||
" /netmask sets the size of the tunnel network.\n"
|
||||
|
|
Loading…
Reference in New Issue