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/cmd/derper
Chuangbo Li e4e4d336d9
cmd/derper: listen on host of flag server addr for port 80 and 3478 (#2768)
cmd/derper: listen on host of flag server addr for port 80 and 3478

When using custom derp on the server with multiple IP addresses,
we would like to bind derp 80, 443 and stun 3478 to a certain IP.

derp command provides flag `-a` to customize which address to bind
for port 443. But port :80 and :3478 were hard-coded.

Fixes #2767

Signed-off-by: Li Chuangbo <im@chuangbo.li>
4 years ago
..
bootstrap_dns.go cmd/derper: add /bootstrap-dns handler 5 years ago
derper.go cmd/derper: listen on host of flag server addr for port 80 and 3478 (#2768) 4 years ago
derper_test.go derp, cmd/derper: add frameWatchConns, framePeerPresent for inter-DERP routing 6 years ago
mesh.go cmd/derper: dial VPC address with right context 5 years ago