Add tun support for macOS

This commit is contained in:
世界
2022-08-05 16:55:46 +08:00
parent f691bd5ce1
commit dfa10d4ebe
11 changed files with 21 additions and 21 deletions

4
go.mod
View File

@@ -13,10 +13,10 @@ require (
github.com/hashicorp/yamux v0.1.1
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/oschwald/maxminddb-golang v1.9.0
github.com/sagernet/sing v0.0.0-20220804023557-9c64b40e7050
github.com/sagernet/sing v0.0.0-20220805082239-f616c4f12600
github.com/sagernet/sing-dns v0.0.0-20220803121532-9e1ffb850d91
github.com/sagernet/sing-shadowsocks v0.0.0-20220801112336-a91eacdd01e1
github.com/sagernet/sing-tun v0.0.0-20220804154459-7ee0d19103d2
github.com/sagernet/sing-tun v0.0.0-20220805085423-4a83493b40e2
github.com/sagernet/sing-vmess v0.0.0-20220804023624-e829b41c84c2
github.com/spf13/cobra v1.5.0
github.com/stretchr/testify v1.8.0