uanytun-nocrypt.config (1688B)
1 config "client1" 2 option disabled 0 3 option username 'nobody' 4 option groupname 'nogroup' 5 # option chroot "/var/run/uanytun" 6 7 # option interface '<ip-address>' 8 # option port '4444' 9 # option sender_id '1' 10 11 # option dev 'anytun0' 12 option type 'tun' 13 option ifconfig '192.168.123.1/24' 14 # option post-up-script '/etc/uanytun/client1-post-up.sh' 15 16 option remote_host 'example.com' 17 option remote_port '4444' 18 19 option window_size 0 20 option mux 1 21 22 option log 'syslog:3,anytun-client1,daemon' 23 24 25 config "client2" 26 option disabled 1 27 option username 'nobody' 28 option groupname 'nogroup' 29 30 option type 'tun' 31 option ifconfig '192.168.123.2/24' 32 33 option remote_host 'example.com' 34 option remote_port '4444' 35 36 option window_size 0 37 option mux 2 38 39 option log 'syslog:3,anytun-client2,daemon' 40 41 42 config "client3" 43 option disabled 1 44 option username 'nobody' 45 option groupname 'nogroup' 46 47 option type 'tun' 48 option ifconfig '192.168.123.3/24' 49 50 option remote_host 'example.com' 51 option remote_port '4444' 52 53 option window_size 0 54 option mux 3 55 56 option log 'syslog:3,anytun-client3,daemon' 57 58 59 config "p2p-a" 60 option disabled 1 61 option username 'nobody' 62 option groupname 'nogroup' 63 64 option type 'tun' 65 option ifconfig '192.168.223.1/24' 66 67 option remote_host 'p2p-b.example.com' 68 option remote_port '4444' 69 70 option window_size 0 71 72 option log 'syslog:3,anytun-p2p-a,daemon' 73 74 75 config "p2p-b" 76 option disabled 1 77 option username 'nobody' 78 option groupname 'nogroup' 79 80 option type 'tun' 81 option ifconfig '192.168.223.2/24' 82 83 option remote_host 'p2p-a.example.com' 84 option remote_port '4444' 85 86 option window_size 0 87 88 option log 'syslog:3,anytun-p2p-b,daemon'