Create VPN for port 53
This commit is contained in:
@ -47,6 +47,15 @@ resource "linode_firewall" "casey" {
|
||||
ipv6 = ["::/0"]
|
||||
}
|
||||
|
||||
inbound {
|
||||
label = "allow-inbound-wireguard-53"
|
||||
action = "ACCEPT"
|
||||
protocol = "UDP"
|
||||
ports = "53"
|
||||
ipv4 = ["0.0.0.0/0"]
|
||||
ipv6 = ["::/0"]
|
||||
}
|
||||
|
||||
inbound {
|
||||
label = "allow-inbound-nebula"
|
||||
action = "ACCEPT"
|
||||
|
Reference in New Issue
Block a user