Init some skeleton nebula stuff
This commit is contained in:
@ -57,3 +57,10 @@ resource "vultr_firewall_rule" "casey_mc" {
|
||||
from_port = 25566
|
||||
network = "0.0.0.0/0"
|
||||
}
|
||||
|
||||
resource "vultr_firewall_rule" "casey_nebula" {
|
||||
firewall_group_id = vultr_firewall_group.casey.id
|
||||
protocol = "tcp"
|
||||
from_port = 6328
|
||||
network = "0.0.0.0/0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user