Imported Upstream version 0.3.5
[anytun.git] / contrib / anytun-example.bat
1 @rem Point to point example\r
2 @rem please make sure to keep the remote-host parameter, even if it's wrong, to avoid problems with windows firewall\r
3 @rem anytun --interface 0.0.0.0 --passphrase lala --type tap --ifconfig 5.0.225.2/8 --remote-host 1.1.1.2 --remote-port 4444\r
4 anytun --interface 0.0.0.0 --passphrase lala --type tap --ifconfig 5.0.225.1/8 --remote-host 1.1.1.1 --remote-port 4444 --role right\r
5 pause