mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
feat(pmtud/tcp): support mixed IPv4 and IPv6 TCP servers
- Add default cloudflare and google tls ipv6 servers to default tcp servers - update integration test to try against both ipv4 and ipv6 servers
This commit is contained in:
@@ -38,8 +38,18 @@ func Test_Settings_String(t *testing.T) {
|
||||
| | ├── Run OpenVPN as: root
|
||||
| | └── Verbosity level: 1
|
||||
| └── Path MTU discovery:
|
||||
| ├── ICMP addresses: 1.1.1.1, 8.8.8.8
|
||||
| └── TCP addresses: 1.1.1.1:53, 8.8.8.8:53, 1.1.1.1:443, 8.8.8.8:443
|
||||
| ├── ICMP addresses:
|
||||
| | ├── 1.1.1.1
|
||||
| | └── 8.8.8.8
|
||||
| └── TCP addresses:
|
||||
| ├── 1.1.1.1:53
|
||||
| ├── 8.8.8.8:53
|
||||
| ├── 1.1.1.1:443
|
||||
| ├── 8.8.8.8:443
|
||||
| ├── [2606:4700:4700::1111]:53
|
||||
| ├── [2001:4860:4860::8888]:53
|
||||
| ├── [2606:4700:4700::1111]:443
|
||||
| └── [2001:4860:4860::8888]:443
|
||||
├── DNS settings:
|
||||
| ├── Keep existing nameserver(s): no
|
||||
| ├── DNS server address to use: 127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user