Remove Nebula

I'm basically all in on Tailscale now
This commit is contained in:
Jake Howard
2024-07-14 21:40:52 +01:00
committed by Jake Howard
parent ceaf419c04
commit 01c236e4e9
30 changed files with 12 additions and 321 deletions

View File

@ -66,15 +66,6 @@ resource "linode_firewall" "casey" {
ipv6 = ["::/0"]
}
inbound {
label = "allow-inbound-nebula"
action = "ACCEPT"
protocol = "UDP"
ports = "6328"
ipv4 = ["0.0.0.0/0"]
ipv6 = ["::/0"]
}
inbound {
label = "allow-inbound-matrix"
action = "ACCEPT"