diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-23 17:24:20 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-23 17:24:20 +0000 |
commit | 5c520828c7b26860ddc57a9977774bea119baad9 (patch) | |
tree | f64f8720e637e76293e10ace6773db6b5d9642c9 | |
parent | log targets get enabled at add only if prio > 0 (diff) |
updated example configs (--log)
-rw-r--r-- | etc/anytun/client1/config | 2 | ||||
-rw-r--r-- | etc/anytun/client2/config | 2 | ||||
-rw-r--r-- | etc/anytun/client3/config | 2 | ||||
-rw-r--r-- | etc/anytun/server/config | 3 |
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 # ############################# |