diff options
author | Christian Pointner <equinox@anytun.org> | 2009-11-11 03:37:08 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-11-11 03:37:08 +0000 |
commit | 6bc55d36bee3f71d2dcbddfecca091caed0e8829 (patch) | |
tree | 1bccfb560d1c6ec304a0b38c4e9fac9b6a7595c3 /etc/uanytun/p2p-b/config | |
parent | updated openwrt package (diff) |
no more username,groupname in sample config
Diffstat (limited to 'etc/uanytun/p2p-b/config')
-rw-r--r-- | etc/uanytun/p2p-b/config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/uanytun/p2p-b/config b/etc/uanytun/p2p-b/config index 5ffe2c9..515033b 100644 --- a/etc/uanytun/p2p-b/config +++ b/etc/uanytun/p2p-b/config @@ -61,8 +61,8 @@ remote-port 4445 log syslog:3,uanytun-p2p-b,daemon ## change user and group after init -username uanytun -groupname uanytun +#username uanytun +#groupname uanytun ## chroot to users home directory #chroot /var/run/uanytun |