1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-04 23:40:26 +08:00

drop commandline mtu

This commit is contained in:
源文雨
2022-05-13 23:13:30 +08:00
parent 4e833c877d
commit 52215ec63a
4 changed files with 18 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ type Config struct {
SubNet string `yaml:"SubNet"`
PrivateKey string `yaml:"PrivateKey"`
EndPoint string `yaml:"EndPoint"`
MTU int64 `yaml:"MTU"`
Peers []Peer `yaml:"Peers"`
}