[bin] Add chromium-proxy for local SOCKS5 VMs

This commit is contained in:
Sebastian Schulze 2018-09-19 11:44:30 +02:00
parent f48a095030
commit ca22ea0f7b
Signed by: bascht
GPG Key ID: 5BCB1D3B4D38A35A
1 changed files with 4 additions and 0 deletions

4
home/bin/chromium-proxy Executable file
View File

@ -0,0 +1,4 @@
#!/bin/bash
PORT=${1:-5555}
chromium-browser "--proxy-server=socks5://localhost:${PORT}"