mirror of
https://github.com/bytedance/g3.git
synced 2026-05-17 03:57:11 +00:00
16 lines
249 B
YAML
16 lines
249 B
YAML
---
|
|
|
|
name: https_proxy
|
|
type: HttpProxy
|
|
|
|
escaper: default
|
|
|
|
listen:
|
|
address: "[::]:9080"
|
|
backlog: 4096
|
|
listen_in_worker: true
|
|
|
|
tls_server:
|
|
cert_pairs:
|
|
certificate: "bench.example.net-ec256.crt"
|
|
private_key: "bench.example.net-ec256.key"
|