feat: add certificate
and private-key
to vmess listener
This commit is contained in:
@ -937,6 +937,9 @@ listeners:
|
||||
uuid: 9d0cb9d0-964f-4ef6-897d-6c6b3ccf9e68
|
||||
alterId: 1
|
||||
# ws-path: "/" # 如果不为空则开启websocket传输层
|
||||
# 下面两项如果填写则开启tls(需要同时填写)
|
||||
# certificate: ./server.crt
|
||||
# private-key: ./server.key
|
||||
|
||||
- name: tuic-in-1
|
||||
type: tuic
|
||||
|
Reference in New Issue
Block a user