Add wireguard config for glinet router

This commit is contained in:
Jake Howard
2024-04-23 22:19:57 +01:00
parent 8929a22ce5
commit 670ad78d44
8 changed files with 91 additions and 9 deletions

View File

@ -101,15 +101,6 @@ resource "linode_firewall" "casey" {
ipv4 = ["0.0.0.0/0"]
ipv6 = ["::/0"]
}
inbound {
label = "allow-inbound-tailscale"
action = "ACCEPT"
protocol = "UDP"
ports = "41641"
ipv4 = ["0.0.0.0/0"]
ipv6 = ["::/0"]
}
}
resource "linode_rdns" "casey_reverse_ipv4" {