Is this check correct? The wireguard conf file that I've received from my VPN provider has subnets /24 for IPv4 and /64 for IPv6, and it works without issues with wg-quick.
In addition, the example wg.conf on ArchWiki also uses /24 and /64.
edit: I tried commenting out this line in config.go and everything seems to work with my VPN conf file.
Is this check correct? The wireguard conf file that I've received from my VPN provider has subnets /24 for IPv4 and /64 for IPv6, and it works without issues with wg-quick.
In addition, the example wg.conf on ArchWiki also uses /24 and /64.
edit: I tried commenting out this line in config.go and everything seems to work with my VPN conf file.