TLS¶ 名称: tls 状态: Stable TLS拨号器使用TLS协议建立数据通道。 命令行配置文件 gost -L :8080 -F http+tls://:8443 services: - name: service-0 addr: ":8080" handler: type: auto chain: chain-0 listener: type: tcp chains: - name: chain-0 hops: - name: hop-0 nodes: - name: node-0 addr: :8443 connector: type: http dialer: type: tls 参数列表¶ 无 TLS配置请参考TLS配置说明。