Toggen Blog

20 years of tech tips

Articles

Latest

Access

Blog History

AllowIPs Calculator for Wireguard

Enables one to exclude IP ranges from going across the Wireguard tunnel as needed. https://www.procustodibus.com/blog/2021/03/wireguard-allowedips-calculator Do it with python >>> import ipaddress >>> n1 = ipaddress.ip_network('0.0.0.0/0')...

read more...