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/ipn
Andrew Dunham 2703d6916f net/netns: add functionality to bind outgoing sockets based on route table
When turned on via environment variable (off by default), this will use
the BSD routing APIs to query what interface index a socket should be
bound to, rather than binding to the default interface in all cases.

Updates #5719
Updates #5940

Signed-off-by: Andrew Dunham <andrew@du.nham.ca>
Change-Id: Ib4c919471f377b7a08cd3413f8e8caacb29fee0b
2 years ago
..
ipnauth all: use named pipes on windows 2 years ago
ipnlocal net/netns: add functionality to bind outgoing sockets based on route table 2 years ago
ipnserver ipn/ipnserver: propagate http.Serve error 2 years ago
ipnstate ipn/ipnstate: add PeerStatus.KeyExpiry for tailscale status --json 2 years ago
localapi cmd/tailscale/cli: add debug set-expire command for testing 2 years ago
policy ipn/policy: treat DNS service as interesting so it's not filtered out 3 years ago
store go.mod: bump AWS SDK past a breaking API change of theirs 2 years ago
backend.go cmd/tailscale/cli: redact private key in debug netmap output by default 2 years ago
doc.go ipn: add WebServerConfig, add views 2 years ago
fake_test.go ipn/ipnlocal: add support for multiple user profiles 2 years ago
ipn_clone.go ipn,types/persist: add DisallowedTKAStateIDs, refactor as view type 2 years ago
ipn_view.go ipn,types/persist: add DisallowedTKAStateIDs, refactor as view type 2 years ago
prefs.go ipn: update comments that refer to Options.Prefs 2 years ago
prefs_test.go ipn: add ability to name profiles 2 years ago
serve.go cmd/tailscale/cli, ipn/localapi: add funnel status to status command (#6402) 2 years ago
store.go cmd/tailscale/cli, ipn: move serve CLI funcs on to ServeConfig (#6401) 2 years ago