chore: listeners support tuic

This commit is contained in:
wwqgtxx
2022-12-04 23:05:13 +08:00
parent 62474e0ed6
commit c7f83d3ff1
6 changed files with 147 additions and 10 deletions

View File

@ -695,3 +695,18 @@ listeners:
listen: 0.0.0.0
# udp: false # 默认 true
# rule: sub-rule
- name: tuic-in-1
type: tuic
port: 10813
listen: 0.0.0.0
# token:
# - TOKEN
# certificate: ./server.crt
# private-key: ./server.key
# congestion-controller: bbr
# max-idle-time: 15000
# authentication-timeout: 1000
# alpn:
# - h3
# max-udp-relay-packet-size: 1500