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/net
Avery Pennarun e7ae6a2e06 net/netns, wgengine/router: support Linux machines that don't have 'ip rule'.
We'll use SO_BINDTODEVICE instead of fancy policy routing. This has
some limitations: for example, we will route all traffic through the
interface that has the main "default" (0.0.0.0/0) route, so machines
that have multiple physical interfaces might have to go through DERP to
get to some peers. But machines with multiple physical interfaces are
very likely to have policy routing (ip rule) support anyway.

So far, the only OS I know of that needs this feature is ChromeOS
(crostini). Fixes #245.

Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
6 years ago
..
dnscache net/dnscache: remove unnecessary lint warning. 6 years ago
interfaces Make netcheck handle v6-only interfaces better, faster. 6 years ago
netcheck net/netcheck: fix HTTPS fallback bug from earlier today 6 years ago
netns net/netns, wgengine/router: support Linux machines that don't have 'ip rule'. 6 years ago
nettest scripts: add a license header checker. 6 years ago
stun stun, netcheck: move under net 6 years ago
tlsdial net/tlsdial: update package doc to say it's now somewhat useless 6 years ago