Skip to content

Commit 1a1516f

Browse files
committed
chrome-proxy: change proxy
1 parent b9fdfae commit 1a1516f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

chrome-proxy

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@
44

55
export PAGE="https://youtube.com"
66

7+
8+
# --proxy-server="http://127.0.0.1:9119" \
9+
710
chrome \
811
--private \
9-
--proxy-server="http://127.0.0.1:9119" \
12+
--proxy-server="socks5://127.0.0.1:1080" \
1013
--user-data-dir="$HOME/temp/chrome-data-dir-proxy" \
1114
--profile-directory="Default" \
1215
"$PAGE"

0 commit comments

Comments
 (0)