aroundthfur
Results
2
comments of
aroundthfur
Any news on this? I would like to use this library to create Wireguard interfaces (www.wireguard.com), but atm it is a bit limiting. Having something like this would make it...
As alternative for now, if someone else has this use-case, you can simply do this: ```go package main import ( "fmt" "github.com/vishvananda/netlink" "log" ) // WG links are virtual wireguard...