diff options
-rw-r--r-- | etc/uanytun/client1/config | 3 | ||||
-rw-r--r-- | etc/uanytun/client2/config | 3 | ||||
-rw-r--r-- | etc/uanytun/client3/config | 3 |
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> |