mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Support HTTP3
This commit is contained in:
parent
aa5044a208
commit
7d556ce9cb
5 changed files with 18 additions and 0 deletions
|
|
@ -49,4 +49,15 @@ resource "hcloud_firewall" "web" {
|
|||
"::/0"
|
||||
]
|
||||
}
|
||||
|
||||
# HTTP/3
|
||||
rule {
|
||||
direction = "in"
|
||||
protocol = "udp"
|
||||
port = "443"
|
||||
source_ips = [
|
||||
"0.0.0.0/0",
|
||||
"::/0"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue