chore(pmtud/tcp): add :53 TCP servers to the default list

This commit is contained in:
Quentin McGaw
2026-02-19 16:46:48 +00:00
parent 67b66bba9e
commit 56b9e108be
3 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ ENV VPN_SERVICE_PROVIDER=pia \
WIREGUARD_IMPLEMENTATION=auto \
# PMTUD
PMTUD_ICMP_ADDRESSES=1.1.1.1,8.8.8.8 \
PMTUD_TCP_ADDRESSES=1.1.1.1:443,8.8.8.8:443 \
PMTUD_TCP_ADDRESSES=1.1.1.1:443,8.8.8.8:443,1.1.1.1:53,8.8.8.8:53 \
# VPN server filtering
SERVER_REGIONS= \
SERVER_COUNTRIES= \