mirror of
https://github.com/bytedance/g3.git
synced 2026-04-28 03:30:31 +00:00
16 lines
280 B
YAML
16 lines
280 B
YAML
---
|
|
|
|
name: rustls
|
|
type: RustlsProxy
|
|
listen:
|
|
address: "[::]:9095"
|
|
listen_in_worker: true
|
|
|
|
virtual_hosts:
|
|
name: bench
|
|
exact_match: bench.example.net
|
|
cert_pairs:
|
|
certificate: bench.example.net-ec256.crt
|
|
private_key: bench.example.net-ec256.key
|
|
backends:
|
|
- http
|