2 Commits

Author SHA1 Message Date
Michael Stapelberg 346db1998f ifaddr: consider tailnet as private
Being able to listen on tailnet addresses was not possible on gokrazy until
Tailscale v1.46 (with TS_DEBUG_USE_NETLINK_NFTABLES=true).

All traffic going through tailscale is secured, so gokrazy programs should
listen on the tailscale interface.
2023-08-12 11:22:15 +02:00
Michael Stapelberg dd415c9ee6 split interface address code into its own package
This allows using this (architecture/OS-independent) code without having to
compile other gokrazy code, which is architecture/OS-specific. Specifically,
this makes possible compiling the code on a Mac.
2022-11-13 12:45:23 +01:00