Expose MC server
It's just a local temp config for now, i'll do something proper later
This commit is contained in:
@ -50,3 +50,10 @@ resource "vultr_firewall_rule" "casey_matrix" {
|
||||
from_port = 8448
|
||||
network = "0.0.0.0/0"
|
||||
}
|
||||
|
||||
resource "vultr_firewall_rule" "casey_mc" {
|
||||
firewall_group_id = vultr_firewall_group.casey.id
|
||||
protocol = "tcp"
|
||||
from_port = 25566
|
||||
network = "0.0.0.0/0"
|
||||
}
|
||||
|
Reference in New Issue
Block a user