VPN client in a thin Docker container for multiple VPN providers, written in Go, and using OpenVPN or Wireguard, DNS over TLS, with a few proxy servers built-in.
Stars
13.7k
Forks
560
Watchers
13.7k
Open Issues
318
Overall repository health assessment
No package.json found
This might not be a Node.js project
2.1k
commits
143
commits
4
commits
4
commits
3
commits
3
commits
2
commits
2
commits
2
commits
2
commits
fix(vyprvpn/updater): update OpenVPN configs zip URL (#3264)
1ae85aaView on GitHubfix(server/portforward): use `port` and `ports` for both single port and multiple ports forwarded
763c5beView on GitHubfix(openvpn): bundle provider CA certificates in one block (#3258)
5b88c76View on GitHubfix(firewall/iptables): shared mutex for both iptables and ip6tables
086e374View on GitHubchore(firewall/iptables): log restore data on failure to restore
57cf276View on GitHubhotfix(dns): fix behavior for `DNS_UPSTREAM_PLAIN_ADDRESSES`
72af17cView on GitHubchore(dns): refactor loop code Run to have less indentation
85d2917View on GitHubhotfix(dns): `DNS_UPSTREAM_RESOLVERS` defaults to empty if `DNS_UPSTREAM_PLAIN_ADDRESSES` is not empty
9a5995fView on GitHubchore!(firewall): iptables logger level is set at `FIREWALL_IPTABLES_LOG_LEVEL`
2438fc2View on GitHubchore!(firewall): `FIREWALL_DEBUG` no longer affects the routing logger log level
8aaf998View on GitHub