|
@@ -31,10 +31,10 @@ listeners.wss.default {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
-listeners.quic.default {
|
|
|
|
|
- enabled: true
|
|
|
|
|
- bind: "0.0.0.0:14567"
|
|
|
|
|
- max_connections: 1024000
|
|
|
|
|
- keyfile: "{{ platform_etc_dir }}/certs/key.pem"
|
|
|
|
|
- certfile: "{{ platform_etc_dir }}/certs/cert.pem"
|
|
|
|
|
-}
|
|
|
|
|
|
|
+# listeners.quic.default {
|
|
|
|
|
+# enabled: false
|
|
|
|
|
+# bind: "0.0.0.0:14567"
|
|
|
|
|
+# max_connections: 1024000
|
|
|
|
|
+# keyfile: "{{ platform_etc_dir }}/certs/key.pem"
|
|
|
|
|
+# certfile: "{{ platform_etc_dir }}/certs/cert.pem"
|
|
|
|
|
+#}
|