2021-06-22 14:42:15 +00:00
|
|
|
# Maintenance
|
|
|
|
|
|
2024-08-21 14:35:41 +02:00
|
|
|
- Rename `UNBLOCK` to `DNS_HOSTNAMES_UNBLOCKED`
|
2022-06-06 02:58:58 +00:00
|
|
|
- Change `Run` methods to `Start`+`Stop`, returning channels rather than injecting them
|
2022-04-16 21:08:49 +00:00
|
|
|
- Go 1.18
|
|
|
|
|
- gofumpt
|
|
|
|
|
- Use netip
|
2022-06-06 02:58:58 +00:00
|
|
|
- Split servers.json
|
2022-08-26 10:55:46 -04:00
|
|
|
- Common slice of Wireguard providers in config settings
|
2022-04-16 21:08:49 +00:00
|
|
|
- DNS block lists as LFS and built in image
|
2022-06-06 02:58:58 +00:00
|
|
|
- Add HTTP server v3 as json rpc
|
2021-06-22 14:42:15 +00:00
|
|
|
- Use `github.com/qdm12/ddns-updater/pkg/publicip`
|
2021-09-11 15:29:29 +00:00
|
|
|
- Windows and Darwin development support
|
2021-06-22 14:42:15 +00:00
|
|
|
|
|
|
|
|
## Features
|
|
|
|
|
|
|
|
|
|
- Authentication with the control server
|
2021-09-11 15:29:29 +00:00
|
|
|
- Get announcement from Github file
|
2021-09-13 11:30:14 -04:00
|
|
|
- Support multiple connections in custom ovpn
|
2022-04-16 21:08:49 +00:00
|
|
|
- Automate IPv6 detection for OpenVPN
|
2021-09-16 20:42:39 +00:00
|
|
|
|
2021-06-22 14:42:15 +00:00
|
|
|
## Gluetun V4
|
|
|
|
|
|
2021-09-16 20:42:39 +00:00
|
|
|
- Remove retro environment variables:
|
|
|
|
|
- `PORT`
|
|
|
|
|
- `UNBLOCK`
|
|
|
|
|
- `PROTOCOL`
|
|
|
|
|
- `PIA_ENCRYPTION`
|
2023-04-27 10:22:23 +00:00
|
|
|
- `PORT_FORWARDING`, `PRIVATE_INTERNET_ACCESS_VPN_PORT_FORWARDING`
|
2021-09-16 20:42:39 +00:00
|
|
|
- `WIREGUARD_PORT`
|
2021-09-23 13:28:32 +00:00
|
|
|
- `REGION` for PIA, Cyberghost
|
2021-09-16 20:42:39 +00:00
|
|
|
- `WIREGUARD_ADDRESS`
|
|
|
|
|
- `VPNSP`
|
|
|
|
|
- All old location filters such as `REGION`, `COUNTRY`, etc.
|
|
|
|
|
- Remove other retro logic
|
|
|
|
|
- `VPNSP`'s `pia = private ...`
|
|
|
|
|
- Remove `OPENVPN_CONFIG` != "" implies `VPNSP` = "custom" AND set `OPENVPN_CUSTOM_CONFIG` default to `/gluetun/custom.ovpn`
|
|
|
|
|
- Remove functionalities
|
|
|
|
|
- `SERVER_NUMBER`
|
2022-04-16 21:08:49 +00:00
|
|
|
- `SERVER_NAME`
|
2021-09-16 20:42:39 +00:00
|
|
|
- `PUBLICIP_FILE`
|
2023-04-27 10:22:23 +00:00
|
|
|
- `PORT_FORWARDING_STATUS_FILE`, `PRIVATE_INTERNET_ACCESS_VPN_PORT_FORWARDING_STATUS_FILE`
|
2021-06-22 14:42:15 +00:00
|
|
|
- Updater servers version reset to 1
|
2022-04-16 21:08:49 +00:00
|
|
|
- Reset HTTP server version to v1 and remove older ones
|
2021-09-16 20:42:39 +00:00
|
|
|
- Change to compulsory
|
|
|
|
|
- `VPN_SERVICE_PROVIDER`
|
2021-09-13 11:30:14 -04:00
|
|
|
- Use relative paths everywhere instead of absolute
|