文件名称:wgconf:转到库以将WireGuard配置编组为systemd netdev条目
文件大小:9KB
文件格式:ZIP
更新时间:2024-04-19 02:25:43
wgconf 软件包wgconf提供了一组有限的WireGuard配置类型,可以将其封送为systemd netdev配置。 例子 package main import ( "fmt" "net" "github.com/gentlemanautomaton/wgconf" "golang.zx2c4.com/wireguard/wgctrl/wgtypes" ) func main () { peers := wgconf. PeerList { { Name : "Laptop1" , Description : "alice.laptop" , PublicKey : ParseKey ( "lO/VBDYf0zKo4N+RwnjNsBYMb8Wuw8WUZP00C7CviS0=" ), AllowedIPs : []ne
【文件预览】:
wgconf-main
----go.mod(204B)
----example_test.go(1KB)
----go.sum(4KB)
----sanitize.go(866B)
----peer.go(1KB)
----peer_test.go(4KB)
----LICENSE(1KB)
----doc.go(147B)
----README.md(1KB)
----peerlist.go(380B)
----peerlist_test.go(908B)
----.gitignore(269B)