mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-27 18:42:22 -04:00
Enable UDP port for relay service
- This allows support for QUIC protocol on relay - Disabled debug logs for Caddy configuration
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -528,7 +528,7 @@ initEnvironment() {
|
||||
renderCaddyfile() {
|
||||
cat <<EOF
|
||||
{
|
||||
debug
|
||||
#debug
|
||||
servers :80,:443 {
|
||||
protocols h1 h2c h2 h3
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user