Use Tailscale's DERP servers
Close another port, and hopefully get a little more reliability in weird network configurations
This commit is contained in:
@ -76,22 +76,13 @@ resource "linode_firewall" "casey" {
|
||||
}
|
||||
|
||||
inbound {
|
||||
label = "allow-inbound-headscale"
|
||||
label = "allow-inbound-tailscale"
|
||||
action = "ACCEPT"
|
||||
protocol = "UDP"
|
||||
ports = "41641"
|
||||
ipv4 = ["0.0.0.0/0"]
|
||||
ipv6 = ["::/0"]
|
||||
}
|
||||
|
||||
inbound {
|
||||
label = "allow-inbound-stun"
|
||||
action = "ACCEPT"
|
||||
protocol = "UDP"
|
||||
ports = "3478"
|
||||
ipv4 = ["0.0.0.0/0"]
|
||||
ipv6 = ["::/0"]
|
||||
}
|
||||
}
|
||||
|
||||
resource "linode_rdns" "casey_reverse_ipv4" {
|
||||
|
Reference in New Issue
Block a user