Merge pull request #36 from wiretrustee/avoid-proxy-when-local-net

feature: initial implementation of avoiding local proxy if peers are …
This commit is contained in:
Mikhail Bragin
2021-06-25 07:15:37 +02:00
committed by GitHub
8 changed files with 253 additions and 29 deletions

1
go.mod
View File

@@ -14,6 +14,7 @@ require (
github.com/vishvananda/netlink v1.1.0
github.com/vishvananda/netns v0.0.0-20191106174202-0a2b9b5464df
golang.org/x/crypto v0.0.0-20210506145944-38f3c27a63bf
golang.org/x/sys v0.0.0-20210510120138-977fb7262007
golang.zx2c4.com/wireguard v0.0.0-20210604143328-f9b48a961cd2
golang.zx2c4.com/wireguard/wgctrl v0.0.0-20210506160403-92e472f520a5
golang.zx2c4.com/wireguard/windows v0.3.14