From a081fe13da4e5159412f3ec59c2178731c5dba1a Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 23 Feb 2009 17:08:14 +0000 Subject: added log config to exmaple configs --- etc/uanytun/client1/config | 3 +++ etc/uanytun/client2/config | 3 +++ etc/uanytun/client3/config | 3 +++ 3 files changed, 9 insertions(+) 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 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 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 -- cgit v1.2.3