Remove Nebula
I'm basically all in on Tailscale now
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user