Made some script to simplify connecting to server via proxy
might be some bug somewhere but I think it is oki
alias prxus "set prox qw.quakephil.com:30000;echo Quakephil.com proxy set"
alias prxwg "set prox quake.wargamez.dk:30000;echo Wargamez proxy set"
alias prxto "set prox troopers.fi:30000;echo Troopers proxy set"
alias prxfi "set prox quakeworld.fi:30000;Echo Quakeworld.fi proxy set"
alias prxdyb "set prox qw.dybbuk.de:30000;echo dybbuk proxy set"
alias prxfog "set prox fog.mine.nu:30000;echo fog proxy set"
alias prxtun "set prox tungur.com:30000;echo tungur proxy set"
//first select a proxy that you like then:
alias pc "setinfo prx %1;connect $prox"
//with pc and then ip to the server you want it will connect through the proxy that you have selected
Example:
I want to connect to the clanwars.xs4all.nl:28501 server and use the wg proxy.
To be able to do this I have to write the following
prxwg (to select the wargamez proxy)
pc clanwars.xs4all.nl:28501
might be some bug somewhere but I think it is oki
alias prxus "set prox qw.quakephil.com:30000;echo Quakephil.com proxy set"
alias prxwg "set prox quake.wargamez.dk:30000;echo Wargamez proxy set"
alias prxto "set prox troopers.fi:30000;echo Troopers proxy set"
alias prxfi "set prox quakeworld.fi:30000;Echo Quakeworld.fi proxy set"
alias prxdyb "set prox qw.dybbuk.de:30000;echo dybbuk proxy set"
alias prxfog "set prox fog.mine.nu:30000;echo fog proxy set"
alias prxtun "set prox tungur.com:30000;echo tungur proxy set"
//first select a proxy that you like then:
alias pc "setinfo prx %1;connect $prox"
//with pc and then ip to the server you want it will connect through the proxy that you have selected
Example:
I want to connect to the clanwars.xs4all.nl:28501 server and use the wg proxy.
To be able to do this I have to write the following
prxwg (to select the wargamez proxy)
pc clanwars.xs4all.nl:28501