b/ulp/microsoft-edge: add Mullvad WG proxy

This commit is contained in:
Aminda Suomalainen 2022-04-19 21:05:40 +03:00
parent 3c00fbf3c7
commit 444f713332
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,9 @@
#!/usr/bin/env bash
# To run Microsoft Edge under Wayland
# To run Microsoft Edge under Wayland with Mullvad proxy
# Wireguard: --proxy-server=socks5://10.64.0.1
# OpenVPN: --proxy-server=socks5://10.8.0.1
set -x
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode
/usr/bin/microsoft-edge --enable-features=UseOzonePlatform,WebRTCPipeWireCapturer,WebUIDarkMode --ozone-platform=wayland --force-dark-mode --proxy-server=socks5://10.64.0.1
set +x