]> git.pld-linux.org Git - packages/freenet6-client.git/commitdiff
- config file for freenet6
authordjurban <djurban@pld-linux.org>
Sun, 28 Sep 2003 14:19:33 +0000 (14:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tspc.conf -> 1.1

tspc.conf [new file with mode: 0755]

diff --git a/tspc.conf b/tspc.conf
new file mode 100755 (executable)
index 0000000..d105cc3
--- /dev/null
+++ b/tspc.conf
@@ -0,0 +1,81 @@
+#-----------------------------------------------------------------------------
+# tspc.conf
+#-----------------------------------------------------------------------------
+
+#
+# tsp client version
+#
+tsp_version=1.0.1
+tsp_dir=/etc/tspc
+
+#
+# auth_method=any|supported mechanism
+# if any is specified, the first mechanism that is supported by both the
+# server and the client will be picked. The order of precedence is the
+# mechnism list shown by the output of -h. supprted mechanism is one of
+# the token shown by th output of -h (case sensitive).
+auth_method=any
+
+#
+# client_v4=auto|1.1.1.1 (valid ip address)
+# if auto is specified, if_source or -s cmd line option must be specified.
+client_v4=auto
+
+# userid=anonymous
+# the userid can be anonymous or any alphanumeric value that is dns legal.
+userid=anonymous
+
+# passwd=
+# The passwd must be empty if userid is anonymous or an alphanumeric string
+# if userid is not anonymous.
+passwd=
+
+# template=target
+# template tells which configuration script needs to be run for interface
+# setup.
+# Normally you only need to put your osname in the value.
+# You can also use "checktunnel" if you only want the tunnel info print out.
+# Possible templates are:
+# template=checktunnel
+# template=freebsd4
+# template=freebsd44
+# template=netbsd
+# template=openbsd
+# template=solaris8
+# template=linux
+# template=windows2000
+# template=windowsXP
+# template=windows2003
+# template=darwin
+template=linux
+
+# server=FQDN:PORT  (Default port is 3653)
+# Tunnel Broker address
+# server=tsps1.freenet6.net
+server=tsps2.freenet6.net
+
+# retry_delay=time
+# retry tells the client to retry connection after time (seconds) in case of 
+# failure (0 = no retry)
+retry_delay=0
+
+if_tunnel=sit1
+
+# Host type can be 'host' or 'router'.  
+# host_type=host
+
+#
+# Options for host_type=router only
+#
+# Length of the delegated prefix
+# prefixlen=48
+
+# Interface for router advertisement
+# if_prefix=
+
+# Dns server name for reverse dns delegation
+# dns_server=
+
+
+# end of tspc.conf
+#-----------------------------------------------------------------------------
This page took 0.099775 seconds and 4 git commands to generate.