diff options
author | Christian Pointner <equinox@anytun.org> | 2009-02-05 19:45:19 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-02-05 19:45:19 +0000 |
commit | 839dd9bb09d93e2f46b9fd51a7f0cd251cf32bd5 (patch) | |
tree | b56b5b1b5ff1619b7a9efe90c846aa82a4eec0bc /openwrt/kamikaze/uanytun/files/uanytun.config | |
parent | moved uanytun-sslcrypt kamikaze package to default (uanytun) (diff) |
finished kamikaze initscript
updated kamikaze package
Diffstat (limited to 'openwrt/kamikaze/uanytun/files/uanytun.config')
-rw-r--r-- | openwrt/kamikaze/uanytun/files/uanytun.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/kamikaze/uanytun/files/uanytun.config b/openwrt/kamikaze/uanytun/files/uanytun.config index e71bb9d..9cfe579 100644 --- a/openwrt/kamikaze/uanytun/files/uanytun.config +++ b/openwrt/kamikaze/uanytun/files/uanytun.config @@ -19,6 +19,7 @@ config "client1" # option dev 'anytun0' option type 'tun' option ifconfig '192.168.123.1/24' +# option post-up-script '/etc/uanytun/client1-post-up.sh' option remote_host 'example.com' option remote_port '4444' |