mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
c6b211ef9b
- Add default cloudflare and google tls ipv6 servers to default tcp servers - update integration test to try against both ipv4 and ipv6 servers
12 lines
191 B
Go
12 lines
191 B
Go
//go:build !linux && !windows
|
|
|
|
package tcp
|
|
|
|
func setMark(fd, excludeMark int) error {
|
|
panic("not implemented")
|
|
}
|
|
|
|
func setMTUDiscovery(fd int, ipv4 bool) error {
|
|
panic("not implemented")
|
|
}
|