Yggdrasil + Netstack (instead of TUN)
Find a file
Jeff Becker feaf5ca550 use proper stdlib functions for splitting host and port
replace use of strings.Cut() with net.SplitHostPort() as it does not handle every case we need it to.
e.g. "[1234::1%lan0]"
2023-11-27 15:42:31 +00:00
cmd/yggstack Initial commit 2023-11-27 14:50:31 +02:00
contrib/netstack Initial commit 2023-11-27 14:50:31 +02:00
src/types use proper stdlib functions for splitting host and port 2023-11-27 15:42:31 +00:00
go.mod Initial commit 2023-11-27 14:50:31 +02:00
go.sum Initial commit 2023-11-27 14:50:31 +02:00