Files
gluetun/internal/netlink/mocks_generate_test.go
Quentin McGaw 11883aa830 feat(netlink): detect ipv6 support level (#2523)
- add option `IPV6_CHECK_ADDRESSESES=[2001:4860:4860::8888]:53,[2606:4700:4700::1111]:53`
- gluetun needs access to the addresses above through the host firewall, to test ipv6 support before setting up the vpn
2026-04-07 07:48:15 -04:00

4 lines
97 B
Go

package netlink
//go:generate mockgen -destination=mocks_test.go -package=$GOPACKAGE . Firewall