8 lines
550 B
Bash
8 lines
550 B
Bash
|
DISPLAY=:99
|
||
|
|
||
|
screen -L -dmS google-chrome-web google-chrome --load-extension=../chromeproxy --user-data-dir=/tmp/chromeproxy-userdata --ignore-certificate-errors --disable-dev-shm-usage --mute-audio --safebrowsing-disable-auto-update --disable-gpu --no-sandbox --disable-blink-features=AutomationControlled --disable-infobars --allow-running-insecure-content --disable-features=TranslateUI --test-type --no-report-upload --display=$DISPLAY
|
||
|
sleep 2s
|
||
|
echo "启动浏览器..."
|
||
|
screen -L -dmS proxyserver ./proxyserver
|
||
|
echo "启动代理服务器..."
|