mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
parent
c66e9f368f
commit
2618ab6b24
2 changed files with 12 additions and 4 deletions
|
|
@ -76,13 +76,22 @@ resource "linode_firewall" "casey" {
|
|||
}
|
||||
|
||||
inbound {
|
||||
label = "allow-inbound-tailscale"
|
||||
label = "allow-inbound-headscale"
|
||||
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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue