summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-02-23 17:08:14 +0000
committerChristian Pointner <equinox@anytun.org>2009-02-23 17:08:14 +0000
commita081fe13da4e5159412f3ec59c2178731c5dba1a (patch)
tree0261567c1e2439eb4148618ab7bd590964003c69
parentlogtarget gets now disbaled if level <= 0 (diff)
added log config to exmaple configs
-rw-r--r--etc/uanytun/client1/config3
-rw-r--r--etc/uanytun/client2/config3
-rw-r--r--etc/uanytun/client3/config3
3 files changed, 9 insertions, 0 deletions
diff --git a/etc/uanytun/client1/config b/etc/uanytun/client1/config
index 750e195..65f57a4 100644
--- a/etc/uanytun/client1/config
+++ b/etc/uanytun/client1/config
@@ -12,6 +12,9 @@ groupname nogroup
## chroot to /var/run/anytun
#chroot /var/run/uanytun
+## log to syslog with level of 3
+log syslog:3,uanytun-client1,daemon
+
## local anycast(data) ip address to bind to
#interface <ip-address>
diff --git a/etc/uanytun/client2/config b/etc/uanytun/client2/config
index 60513d6..7914976 100644
--- a/etc/uanytun/client2/config
+++ b/etc/uanytun/client2/config
@@ -12,6 +12,9 @@ groupname nogroup
## chroot to /var/run/anytun
#chroot /var/run/uanytun
+## log to syslog with level of 3
+log syslog:3,uanytun-client2,daemon
+
## local anycast(data) ip address to bind to
#interface <ip-address>
diff --git a/etc/uanytun/client3/config b/etc/uanytun/client3/config
index 3931e3c..900e7e9 100644
--- a/etc/uanytun/client3/config
+++ b/etc/uanytun/client3/config
@@ -12,6 +12,9 @@ groupname nogroup
## chroot to /var/run/anytun
#chroot /var/run/uanytun
+## log to syslog with level of 3
+log syslog:3,uanytun-client3,daemon
+
## local anycast(data) ip address to bind to
#interface <ip-address>