From 390cdb9828c7d96182ead83a20a61db05a0465c0 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 5 Dec 2009 13:40:17 +0000 Subject: moved openwrt packaging to common repo --- .../kamikaze/uanytun/files/uanytun-nocrypt.config | 88 ---------------------- 1 file changed, 88 deletions(-) delete mode 100644 openwrt/kamikaze/uanytun/files/uanytun-nocrypt.config (limited to 'openwrt/kamikaze/uanytun/files/uanytun-nocrypt.config') diff --git a/openwrt/kamikaze/uanytun/files/uanytun-nocrypt.config b/openwrt/kamikaze/uanytun/files/uanytun-nocrypt.config deleted file mode 100644 index 9792d1f..0000000 --- a/openwrt/kamikaze/uanytun/files/uanytun-nocrypt.config +++ /dev/null @@ -1,88 +0,0 @@ -config "client1" - option disabled 0 - option username 'nobody' - option groupname 'nogroup' -# option chroot "/var/run/uanytun" - -# option interface '' -# option port '4444' -# option sender_id '1' - -# 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' - - option window_size 0 - option mux 1 - - option log 'syslog:3,anytun-client1,daemon' - - -config "client2" - option disabled 1 - option username 'nobody' - option groupname 'nogroup' - - option type 'tun' - option ifconfig '192.168.123.2/24' - - option remote_host 'example.com' - option remote_port '4444' - - option window_size 0 - option mux 2 - - option log 'syslog:3,anytun-client2,daemon' - - -config "client3" - option disabled 1 - option username 'nobody' - option groupname 'nogroup' - - option type 'tun' - option ifconfig '192.168.123.3/24' - - option remote_host 'example.com' - option remote_port '4444' - - option window_size 0 - option mux 3 - - option log 'syslog:3,anytun-client3,daemon' - - -config "p2p-a" - option disabled 1 - option username 'nobody' - option groupname 'nogroup' - - option type 'tun' - option ifconfig '192.168.223.1/24' - - option remote_host 'p2p-b.example.com' - option remote_port '4444' - - option window_size 0 - - option log 'syslog:3,anytun-p2p-a,daemon' - - -config "p2p-b" - option disabled 1 - option username 'nobody' - option groupname 'nogroup' - - option type 'tun' - option ifconfig '192.168.223.2/24' - - option remote_host 'p2p-a.example.com' - option remote_port '4444' - - option window_size 0 - - option log 'syslog:3,anytun-p2p-b,daemon' -- cgit v1.2.3