X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/secnet/blobdiff_plain/8dea8d37a13fcc615daba3375809900f04a2e5a2..469fd1d95b2528212a46b155cb115c078de4228f:/example.conf diff --git a/example.conf b/example.conf index 189b442..49f2540 100644 --- a/example.conf +++ b/example.conf @@ -69,6 +69,7 @@ netlink tun { name "netlink-tun"; # Printed in log messages from this netlink # interface "tun0"; # You may set your own interface name if you wish; # if you don't one will be chosen for you. +# device "/dev/net/tun"; # local networks served by this netlink device # incoming tunneled packets for other networks will be discarded @@ -109,7 +110,7 @@ netlink tun { # host and port for your site end up on this machine at the port you # specify here. comm udp { - port xxxx; + port 410; buffer sysbuffer(4096); };