]> git.meshlink.io Git - meshlink/blobdiff - doc/sample-config/tinc.conf
Remove sample tinc configuration.
[meshlink] / doc / sample-config / tinc.conf
diff --git a/doc/sample-config/tinc.conf b/doc/sample-config/tinc.conf
deleted file mode 100644 (file)
index 25a61a7..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-# Sample tinc configuration file
-
-# This is a comment.
-# 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 name of this tinc host. Required.
-Name = alpha
-
-# The internet host to connect with.
-# Comment these out to make yourself a listen-only connection
-# You must use the name of another tinc host.
-# May be used multiple times for redundance.
-ConnectTo = beta
-
-# The tap device tinc will use.
-# Default is /dev/tap0 for ethertap or FreeBSD,
-# /dev/tun0 for Solaris and OpenBSD,
-# and /dev/net/tun for Linux tun/tap device.
-Device = /dev/net/tun