mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
feat: replace golang.zx2c4.com/wireguard with github.com/amnezia-vpn/amneziawg-go
Add support wireguard with obfuscation Closed #101
This commit is contained in:
parent
a2d7aecb6f
commit
f750e3d110
5 changed files with 12 additions and 9 deletions
|
@ -7,9 +7,9 @@ import (
|
|||
"net/netip"
|
||||
|
||||
"github.com/MakeNowJust/heredoc/v2"
|
||||
"golang.zx2c4.com/wireguard/conn"
|
||||
"golang.zx2c4.com/wireguard/device"
|
||||
"golang.zx2c4.com/wireguard/tun/netstack"
|
||||
"github.com/amnezia-vpn/amneziawg-go/conn"
|
||||
"github.com/amnezia-vpn/amneziawg-go/device"
|
||||
"github.com/amnezia-vpn/amneziawg-go/tun/netstack"
|
||||
)
|
||||
|
||||
// DeviceSetting contains the parameters for setting up a tun interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue