1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-11 20:20:27 +08:00

feat: add base14 en/decoding

This commit is contained in:
源文雨
2025-02-01 09:49:59 +08:00
parent bbe2c60aa3
commit e6298d3459
6 changed files with 16 additions and 1 deletions

View File

@@ -113,6 +113,7 @@ func (wg *WG) init(srcport, dstport uint16) {
MTU: uint16(wg.c.MTU),
SpeedLoop: wg.c.SpeedLoop,
Mask: wg.c.Mask,
Base14: wg.c.Base14,
})
for _, peer := range wg.c.Peers {