Wire Golang Guard = WireGold
Go to file
2023-08-05 14:29:26 +08:00
.github add peerwise mtu 2022-05-13 13:50:41 +08:00
config fix: async wait 2023-08-05 13:53:09 +08:00
gold fix: recv speed calc 2023-08-05 14:04:22 +08:00
helper fix: async wait 2023-08-05 13:53:09 +08:00
lower finish mtu 2022-01-01 20:32:26 +08:00
upper fix: async wait 2023-08-05 13:53:09 +08:00
.gitignore fix out of bound 2022-01-01 17:49:37 +08:00
go.mod feat: add ztsd for data compressing 2023-08-04 12:03:49 +08:00
go.sum feat: add ztsd for data compressing 2023-08-04 12:03:49 +08:00
LICENSE Initial commit 2021-10-23 21:52:40 +08:00
main_win.go add log to file option -l 2022-04-20 19:02:32 +08:00
main.go fix(main): mtu check 2023-08-03 21:14:30 +08:00
README.md edit README 2023-08-05 14:29:26 +08:00

WireGold-Maria

WireGold

Wire Golang Guard = WireGold

Usage

If you are running in windows, remember to select the wintun.dll of your arch in lower/wintun and place it alongside the compiled exe

It is highly recommanded to use UDPspeeder together if you are using a High-latency Lossy Link

wg [-c config.yaml] [-d|w] [-g] [-h] [-p] [-l log.txt]

Instructions

  -c string
        specify conf file (default "config.yaml")
  -d    print debug logs
  -g    generate key pair
  -h    display this help
  -l string
        write log to file (default "-")
  -p    show my publickey
  -pg
        generate preshared key
  -w    only show logs above warn level

Config file example

  • macos mojave: max mtu (under ipv4 endpoint) is 9159
  • ipv6 endpoint: the recommand mtu is 1280~1500 to prevent the big segments from being dropped
IP: 192.168.233.1
SubNet: 192.168.233.0/24
PrivateKey: 暲菉斂狧污爉窫擸紈卆帞蔩慈睠庮扝憚瞼縀
EndPoint: 0.0.0.0:56789
MTU: 1504
Mask: 0x1234567890abcdef
Peers:
  -
      IP: "192.168.233.2"
      SubNet: 192.168.233.0/24
      PublicKey: 徯萃嵾爻燸攗窍褃冔蒔犡緇袿屿組待族砇嘀
      PresharedKey: 瀸敀爅崾嘊嵜紼樴稍毯攣矐訷蟷扛嬋庩崛昀
      EndPoint: 1.2.3.4:56789
      AllowedIPs: ["192.168.233.2/32"]
      KeepAliveSeconds: 0
      QueryList: ["192.168.233.3"]
      MTU: 1400
      MTURandomRange: 128
      UseZstd: true
      QuerySeconds: 10
      AllowTrans: false
  -
      IP: "192.168.233.3"
      SubNet: 192.168.233.0/24
      PublicKey: 牢喨粷詸衭譛浾蘹櫠砙杹蟫瑳叩刋橋経挵蘀
      PresharedKey: 竅琚喫従痸告烈兇厕趭萨假蔛瀇譄施烸蝫瘀
      EndPoint: ""
      AllowedIPs: ["192.168.233.3/32"]
      MTU: 752
      KeepAliveSeconds: 0
      AllowTrans: false