- Retro-compatibility: `OPENVPN_CUSTOM_CONFIG` set implies `VPNSP=custom` - Change: `up` and `down` options are not filtered out - Change: `OPENVPN_INTERFACE` overrides the network interface defined in the configuration file - Change: `PORT` overrides any port found in the configuration file - Feat: config file is read when building the OpenVPN configuration, so it's effectively reloaded on VPN restarts - Feat: extract values from custom file at start to log out valid settings - Maint: `internal/openvpn/extract` package instead of `internal/openvpn/custom` package - Maint: All providers' `BuildConf` method return an error - Maint: rename `CustomConfig` to `ConfFile` in Settings structures
1.7 KiB
1.7 KiB
Maintenance
With caution
- Remove duplicate
/gluetundirectory creation - Remove firewall shadowsocks input port?
- Re-add
persist-tun? Run openvpn without root? - Remove
script-securityoption ncp-cipherstodata-ciphers- Remove
ncp-disable
Uniformization
- Filter servers by protocol for all
- Multiple IPs addresses support for all proviedrs
- UPDATER_PERIOD only update provider in use
Code
- Use
github.com/qdm12/ddns-updater/pkg/publicip - Windows and Darwin development support
- Use
internal/netlinkin firewall and routing packages
Features
- Pprof server
- Pre-install DNSSEC files so DoT can be activated even before the tunnel is up
- Gluetun entire logs available at control server, maybe in structured format
- Authentication with the control server
- Get announcement from Github file
- Support multiple connections in custom ovpn
Gluetun V4
- Remove retro environment variables
- Updater servers version reset to 1
- Change models to all have IPs instead of IP
- Remove HTTP server v0
PORTtoOPENVPN_PORTUNBLOCKtoDOT_UNBOUND_UNBLOCKPROTOCOLtoOPENVPN_PROTOCOLPORT_FORWARDING- Change servers filtering environment variables to plural
WIREGUARD_PORTtoWIREGUARD_ENDPOINT_PORTWIREGUARD_ADDRESStoWIREGUARD_ADDRESSES- Only use
customVPNSP for custom OpenVPN configurations VPNSPcompulsory- Change
VPNSPtoVPN_SERVICE_PROVIDER - Change
REGION(etc.) toSERVER_REGIONS - Remove
PUBLICIP_FILE - Remove retro-compatibility where OPENVPN_CONFIG != "" implies VPNSP = "custom"
and set
OPENVPN_CUSTOM_CONFIGdefault to/gluetun/custom.ovpn - Split servers.json and compress it
- Use relative paths everywhere instead of absolute