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
Will Norris 3344c3b89b tsnet: add Server method to listener
Allow callers to verify that a net.Listener is a tsnet.listener by type
asserting against this Server method, as well as providing access to the
underlying Server.

This is initially being added to support the caddy integration in
caddyserver/caddy#5002.

Signed-off-by: Will Norris <will@tailscale.com>
2 years ago
..
example/tshello tsnet: add TLS and LetsEncrypt example. 3 years ago
tsnet.go tsnet: add Server method to listener 2 years ago
tsnet_test.go tsnet: add Server method to listener 2 years ago