Skip to content

Commit ce97615

Browse files
authored
Update 2021-11-10-run-chrome-with-your-own-ssh-proxy.md
Add more details to the MacOS chrome settings.
1 parent e5bd1bd commit ce97615

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_posts/2021-11-10-run-chrome-with-your-own-ssh-proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Then, open a terminal to invoke `run-proxy`, and then, open another terminal to
2929

3030
`run-proxy` opens a socks5 proxy in `localhost:2000`, while `proxied-chrome` creates a new chrome session with a specific directory for storing the chrome data, which is handy to separate the work done for a specific project.
3131

32-
**NOTE**: The `proxied-chrome` command won't work in MacOS, I got the next command working but you need to make sure that Chrome is closed when invoking it, this means that you either use the normal profile or the proxied profile:
32+
**NOTE**: The `proxied-chrome` command won't work in MacOS, I got the next command working:
3333

3434
```shell
35-
alias proxied-chrome='open -a "Google Chrome" --args --user-data-dir="$HOME/chrome-proxy-profile" --proxy-server="socks5://localhost:2000"'
35+
alias proxied-chrome='open -a "Google Chrome" -n --args --user-data-dir="$HOME/chrome-proxy-profile" --proxy-server="socks5://localhost:2000"'
3636
```
3737

3838
## More

0 commit comments

Comments
 (0)