Skip to content

Commit f8f1642

Browse files
committed
hi
1 parent 92920e2 commit f8f1642

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

socks-proxy.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
#!/bin/bash
22
PROXY_PORT=1808
33

4+
source ~/.bashrc
5+
46
disable_proxy() {
7+
blorf&
58
networksetup -setsocksfirewallproxystate Wi-Fi off
69
# networksetup -setsocksfirewallproxystate Ethernet off
7-
echo "SOCKS proxy disabled."
10+
printf "\nSOCKS proxy disabled."
811
}
912
trap disable_proxy INT
1013

0 commit comments

Comments
 (0)