diff options
author | Christian Pointner <equinox@anytun.org> | 2009-12-05 13:40:17 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2009-12-05 13:40:17 +0000 |
commit | 390cdb9828c7d96182ead83a20a61db05a0465c0 (patch) | |
tree | 42474b5ae5fddab774d05e27dd60932115a513e3 /openwrt/kamikaze/uanytun/files/uanytun.config | |
parent | updated ChangeLog for release (diff) |
moved openwrt packaging to common repo
Diffstat (limited to 'openwrt/kamikaze/uanytun/files/uanytun.config')
-rw-r--r-- | openwrt/kamikaze/uanytun/files/uanytun.config | 116 |
1 files changed, 0 insertions, 116 deletions
diff --git a/openwrt/kamikaze/uanytun/files/uanytun.config b/openwrt/kamikaze/uanytun/files/uanytun.config deleted file mode 100644 index c53db37..0000000 --- a/openwrt/kamikaze/uanytun/files/uanytun.config +++ /dev/null @@ -1,116 +0,0 @@ -config "client1" - option disabled 0 -# option username 'nobody' -# option groupname 'nogroup' -# option chroot "/var/run/uanytun" - -# option interface '<ip-address>' -# option port '4444' -# option sender_id '1' - - option cipher 'aes-ctr' -# option cipher 'null' -# option cipher 'aes-ctr-128' -# option cipher 'aes-ctr-192' -# option cipher 'aes-ctr-256' - option auth_algo 'sha1' -# option auth_algo 'null' -# option auth_tag_length 10 - -# 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 role 'client' -# option kd_prf 'null' -# option kd_prf 'aes-ctr' -# option kd_prf 'aes-ctr-128' -# option kd_prf 'aes-ctr-192' -# option kd_prf 'aes-ctr-256' -# option ld_kdr '0' -# option key '0123456789ABCDEF0123456789ABCDEF' -# option salt '0123456789ABCD0123456789ABCD' - option passphrase 'Creating_VPN_Tunnels_With_Anytun_Is_Easy' - - option log 'syslog:3,anytun-client1,daemon' - - -config "client2" - option disabled 1 - - option cipher 'aes-ctr' - option auth_algo 'sha1' - 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 role 'client' - option passphrase 'Creating_VPN_Tunnels_With_Anytun_Is_Easy' - - option log 'syslog:3,anytun-client2,daemon' - - -config "client3" - option disabled 1 - - option cipher 'aes-ctr' - option auth_algo 'sha1' - 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 role 'client' - option passphrase 'Creating_VPN_Tunnels_With_Anytun_Is_Easy' - - option log 'syslog:3,anytun-client3,daemon' - - -config "p2p-a" - option disabled 1 - - option cipher 'aes-ctr' - option auth_algo 'sha1' - 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 role 'alice' - option passphrase 'Creating_P2P_VPN_Tunnels_With_Anytun_Is_Easy' - - option log 'syslog:3,anytun-p2p-a,daemon' - - -config "p2p-b" - option disabled 1 - - option cipher 'aes-ctr' - option auth_algo 'sha1' - 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 role 'bob' - option passphrase 'Creating_P2P_VPN_Tunnels_With_Anytun_Is_Easy' - - option log 'syslog:3,anytun-p2p-b,daemon' |