Open qdm12 opened 2 years ago
Rename
UNBLOCK
How about DOMAIN_ALLOW_LIST
can you add hostname resolution for VPN_ENDPOINT instead of IP address?
@moookino this is out of scope, see issue #788 - hiding your comment 😉
How about ExpressVPN lightway_udp support? Please? :)
What's the feature 🧐
There are several pending breaking changes that will simplify the code and allow for faster development. There is no fixed date really for a v4.0.0 release, but it will ultimately happen.
Changes to be made are listed here:
FIREWALL_DEBUG
in favor ofLOG_LEVEL=debug
// TODO .*v4
) and removeRetroLoc
from server modelDOT_PRIVATE_ADDRESS
in two: ips and cidr rangesUNBLOCK
to a better namename
field from updater code/v1/openvpn
route and have a /vpn, /vpn/openvpn and /vpn/wireguard routesOPENVPN_ENDPOINT_IP
+OPENVPN_ENDPOINT_PORT
->OPENVPN_ENDPOINT
, same for Wireguard/unbound/
route to/dns
_FILE
to define custom paths, and drop_SECRETFILE
variables. Each key try can check first in/run/secrets
then in/gluetun
.vpn
field to be an array for example["openvpn", "wireguard"]
Extra information and references
No response