You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/tsnet
James Tucker 63d563e734 tsnet: add support for a user-supplied tun.Device
tsnet users can now provide a tun.Device, including any custom
implementation that conforms to the interface.

netstack has a new option CheckLocalTransportEndpoints that when used
alongside a TUN enables netstack listens and dials to correctly capture
traffic associated with those sockets. tsnet with a TUN sets this
option, while all other builds leave this at false to preserve existing
performance.

Updates #18423

Signed-off-by: James Tucker <james@tailscale.com>
2 days ago
..
example tsnet: add support for Services 1 week ago
depaware.txt cmd,feature: add identity token auto generation for workload identity (#18373) 1 week ago
example_tshello_test.go tsnet: add examples (#8289) 3 years ago
example_tsnet_listen_service_multiple_ports_test.go tsnet: add support for Services 1 week ago
example_tsnet_test.go tsnet: add support for Services 1 week ago
packet_filter_test.go tsnet: add tstest.Shard on the slow tests 2 months ago
tsnet.go tsnet: add support for a user-supplied tun.Device 2 days ago
tsnet_test.go tsnet: add support for a user-supplied tun.Device 2 days ago