bin/uk_browser: change hostname
This commit is contained in:
parent
bd6bcf8477
commit
425243809f
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
ssh -ND 12345 cal.glitch-in.space &
|
ssh -ND 12345 cal.binarydiv.de &
|
||||||
PROXY_PID=$!
|
PROXY_PID=$!
|
||||||
|
|
||||||
waterfox -p Proxy
|
waterfox -p Proxy
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue