X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftinc.conf.sample;h=bbccc4400b9077ee7c12f9576839d242c7d00e2d;hp=df005fb79feae19c573a8f8e57d3eb3693b03ea1;hb=d646f4e094b63720f97bfd37bb3489bd9d6231a0;hpb=bd0325655867b1dff740d52d0505773bba0606a6 diff --git a/doc/tinc.conf.sample b/doc/tinc.conf.sample index df005fb7..bbccc440 100644 --- a/doc/tinc.conf.sample +++ b/doc/tinc.conf.sample @@ -1,7 +1,6 @@ # Sample tinc configuration file # This is a comment. -# Lines can have a maximum of 80 characters. # Spaces and tabs are eliminated. # The = sign isn't strictly necessary any longer, though you may want # to leave it in as it improves readability :) @@ -35,6 +34,13 @@ ListenPort = 200 # bits are set to 1). MyOwnVPNIP = 10.x.x.x/8 +# VPN Netmask +# You'll need this option if you use the Debian or Redhat init +# scripts. Put in here a netmask that covers your entire VPN network; +# it is used to set routes from the init script, tinc itself ignores +# it. +VpnMask = 255.255.0.0 + # Which local file? # Default is /dev/tap0 TapDevice = /dev/tap1