update hetzner forewall
This commit is contained in:
parent
4266840d66
commit
2c2ff954e8
@ -18,15 +18,17 @@ resource "hcloud_firewall" "HomeLab" {
|
||||
"::/0"
|
||||
]
|
||||
}
|
||||
# torrent UDH port
|
||||
rule {
|
||||
direction ="in"
|
||||
protocol = "tcp"
|
||||
protocol = "udp"
|
||||
port = "6881"
|
||||
source_ips = [
|
||||
"0.0.0.0/0",
|
||||
"::/0"
|
||||
]
|
||||
}
|
||||
# wireguard port
|
||||
rule {
|
||||
direction ="in"
|
||||
protocol = "udp"
|
||||
@ -37,6 +39,17 @@ resource "hcloud_firewall" "HomeLab" {
|
||||
]
|
||||
|
||||
}
|
||||
# torrent listen port
|
||||
rule {
|
||||
direction ="in"
|
||||
protocol = "tcp"
|
||||
port = "50000"
|
||||
source_ips = [
|
||||
"0.0.0.0/0",
|
||||
"::/0"
|
||||
]
|
||||
|
||||
}
|
||||
rule {
|
||||
direction ="in"
|
||||
protocol = "icmp"
|
||||
@ -45,13 +58,13 @@ resource "hcloud_firewall" "HomeLab" {
|
||||
"::/0"
|
||||
]
|
||||
}
|
||||
rule {
|
||||
direction = "in"
|
||||
protocol = "tcp"
|
||||
port = "22"
|
||||
source_ips = [
|
||||
"0.0.0.0/0",
|
||||
"::/0"
|
||||
]
|
||||
}
|
||||
# rule {
|
||||
# direction = "in"
|
||||
# protocol = "tcp"
|
||||
# port = "22"
|
||||
# source_ips = [
|
||||
# "0.0.0.0/0",
|
||||
# "::/0"
|
||||
# ]
|
||||
#}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user