summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-23 17:24:20 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-23 17:24:20 +0000
commit5c520828c7b26860ddc57a9977774bea119baad9 (patch)
treef64f8720e637e76293e10ace6773db6b5d9642c9
parentlog targets get enabled at add only if prio > 0 (diff)
updated example configs (--log)
-rw-r--r--etc/anytun/client1/config2
-rw-r--r--etc/anytun/client2/config2
-rw-r--r--etc/anytun/client3/config2
-rw-r--r--etc/anytun/server/config3
4 files changed, 9 insertions, 0 deletions
diff --git a/etc/anytun/client1/config b/etc/anytun/client1/config
index ff36b38..0b3c2d1 100644
--- a/etc/anytun/client1/config
+++ b/etc/anytun/client1/config
@@ -3,6 +3,8 @@
#nodaemonize
## the sender id to use (has to be unique for multible anycast servers)
#sender-id 1
+## log to syslog with level of 3
+log syslog:3,anytun-client1,daemon
## local anycast ip address to bind to
#interface <ip-address>
## local anycast(data) port to bind to
diff --git a/etc/anytun/client2/config b/etc/anytun/client2/config
index b1351f0..007c58b 100644
--- a/etc/anytun/client2/config
+++ b/etc/anytun/client2/config
@@ -3,6 +3,8 @@
#nodaemonize
## the sender id to use (has to be unique for multible anycast servers)
#sender-id 1
+## log to syslog with level of 3
+log syslog:3,anytun-client2,daemon
## local anycast ip address to bind to
#interface <ip-address>
## local anycast(data) port to bind to
diff --git a/etc/anytun/client3/config b/etc/anytun/client3/config
index b19b109..972364c 100644
--- a/etc/anytun/client3/config
+++ b/etc/anytun/client3/config
@@ -3,6 +3,8 @@
#nodaemonize
## the sender id to use (has to be unique for multible anycast servers)
#sender-id 1
+## log to syslog with level of 3
+log syslog:3,anytun-client3,daemon
## local anycast ip address to bind to
#interface <ip-address>
## local anycast(data) port to bind to
diff --git a/etc/anytun/server/config b/etc/anytun/server/config
index a23ddfb..2736b15 100644
--- a/etc/anytun/server/config
+++ b/etc/anytun/server/config
@@ -33,6 +33,9 @@ auth-algo sha1
## make sure to use a different port for every server and client!
port 4444
+## log to syslog with level of 3
+log syslog:3,anytun-server,daemon
+
#############################
## Debug options #
#############################