Offer a solution to transform nodevpn service into a local http server.
Everything works under docker and k8s(k3s environment has not been tested).
./build_image.sh
Consult the file values.yaml
, you need to prepare the following materials:
- Nordvpn's user and pass
- Nordvpn's ip and host
- Your local machine ip(127.0.0.1 is also ok, but if you want to run your service on your nas or router, please use public ip)
Use the meterials mentioned above to modify the file values.yaml
.
cd chart/nordvpn
helm install nordvpn .
pac url: http://{app.host_ip}:{service.pac}
/whitelist.pac
proxy addr: http://{app.host_ip}:{service.proxy}