mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-07-17 13:21:06 +03:00
Add MTProxy, MASQUE, VPN, Link parser. Update AmneziaWG. Remove Tunneling
This commit is contained in:
14
protocol/warp/config.go
Normal file
14
protocol/warp/config.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package warp
|
||||
|
||||
import "github.com/sagernet/sing-box/common/cloudflare"
|
||||
|
||||
type Config struct {
|
||||
PrivateKey string `json:"private_key"`
|
||||
Interface struct {
|
||||
Addresses struct {
|
||||
V4 string `json:"v4"`
|
||||
V6 string `json:"v6"`
|
||||
} `json:"addresses"`
|
||||
} `json:"interface"`
|
||||
Peers []cloudflare.Peer
|
||||
}
|
||||
Reference in New Issue
Block a user