X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=doc%2Ftincd.conf.sample;fp=doc%2Ftincd.conf.sample;h=0000000000000000000000000000000000000000;hp=df005fb79feae19c573a8f8e57d3eb3693b03ea1;hb=bd0325655867b1dff740d52d0505773bba0606a6;hpb=a9247e6f2c57bda9dc62ed050f41048847109e83 diff --git a/doc/tincd.conf.sample b/doc/tincd.conf.sample deleted file mode 100644 index df005fb7..00000000 --- a/doc/tincd.conf.sample +++ /dev/null @@ -1,40 +0,0 @@ -# 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 :) -# Variable names are treated case insensitive. - -# The internet host to connect with -# comment these out to make yourself a listen-only connection -# You may use an IP address or its FQDN. -ConnectTo = 1.2.3.4 - -# Connect to which port of the `ConnectTo' host - -# It is advised that you only connect to ports that are < 1024, -# because some malicious (non-root) user may run a fake tincd on ports -# above 1024. -# The default port is 655, the port that has been assigned to tinc -# by the IANA. If you want tincd to listen on any other port than 655, -# you can use ListenPort for the `server', and ConnectPort for the -# `client'. - -# You may use the prefixes 0x or 0 to denote a hexadecimal or octal -# number respectively. -ConnectPort = 0x300 - -# Listen on which port -ListenPort = 200 - -# My own VPN IP -# You may use the /nn notation to indicate the number of bits used for -# the mask, /8 is equivalent to the netmask 255.0.0.0 (the first 8 -# bits are set to 1). -MyOwnVPNIP = 10.x.x.x/8 - -# Which local file? -# Default is /dev/tap0 -TapDevice = /dev/tap1