From 4fede257081acf51933b3dd7a2eda0fc7997638a Mon Sep 17 00:00:00 2001 From: tituspijean Date: Wed, 30 Jun 2021 21:44:30 +0200 Subject: [PATCH] Specific $sync_port for listenaddress Specifying two listendaddress protocols: tcp and quic --- conf/config.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/config.xml b/conf/config.xml index 90f3aea..f2c384a 100644 --- a/conf/config.xml +++ b/conf/config.xml @@ -10,7 +10,8 @@ false - default + tcp://0.0.0.0:__SYNC_PORT__ + quic://0.0.0.0:__SYNC_PORT__ default true true