Nebula actually runs over UDP
derp
This commit is contained in:
parent
703b3b194f
commit
1ddb68224e
@ -60,7 +60,7 @@ resource "vultr_firewall_rule" "casey_mc" {
|
||||
|
||||
resource "vultr_firewall_rule" "casey_nebula" {
|
||||
firewall_group_id = vultr_firewall_group.casey.id
|
||||
protocol = "tcp"
|
||||
protocol = "udp"
|
||||
from_port = 6328
|
||||
network = "0.0.0.0/0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user