Compare commits

...

1 Commits

Author SHA1 Message Date
Maycon Santos
60a1bfcfc1 Enable UDP port for relay service
- This allows support for QUIC protocol on relay

- Disabled debug logs for Caddy configuration
2025-01-16 17:21:51 +01:00
2 changed files with 2 additions and 1 deletions

View File

@@ -61,6 +61,7 @@ services:
- NB_AUTH_SECRET=$NETBIRD_RELAY_AUTH_SECRET
ports:
- $NETBIRD_RELAY_PORT:$NETBIRD_RELAY_PORT
- $NETBIRD_RELAY_PORT:$NETBIRD_RELAY_PORT/udp
logging:
driver: "json-file"
options:

View File

@@ -528,7 +528,7 @@ initEnvironment() {
renderCaddyfile() {
cat <<EOF
{
debug
#debug
servers :80,:443 {
protocols h1 h2c h2 h3
}