Edgeworth / mullvad-container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Runs mullvad vpn in a podman container and provides a socks proxy too.

Download the mullvad deb: curl -L -o src/mullvad.deb https://mullvad.net/download/app/deb/latest

Put a env file named .mullvad_id here like: MULLVAD_ID=<your mullvad id>

Connect to the socks proxy at socks5://127.0.0.1:42691

You can test the socks proxy is working using curl:

curl -x socks5://127.0.0.1:42691 https://www.google.com

About

License:GNU General Public License v3.0


Languages

Language:Dockerfile 39.0%Language:Just 30.7%Language:Shell 30.3%