Nebula actually runs over UDP
derp
This commit is contained in:
parent
703b3b194f
commit
1ddb68224e
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ resource "vultr_firewall_rule" "casey_mc" {
|
||||||
|
|
||||||
resource "vultr_firewall_rule" "casey_nebula" {
|
resource "vultr_firewall_rule" "casey_nebula" {
|
||||||
firewall_group_id = vultr_firewall_group.casey.id
|
firewall_group_id = vultr_firewall_group.casey.id
|
||||||
protocol = "tcp"
|
protocol = "udp"
|
||||||
from_port = 6328
|
from_port = 6328
|
||||||
network = "0.0.0.0/0"
|
network = "0.0.0.0/0"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue