mirror of
https://github.com/teddysun/across.git
synced 2025-01-19 06:19:35 +08:00
16 lines
207 B
YAML
16 lines
207 B
YAML
|
listen: :8998
|
||
|
|
||
|
tls:
|
||
|
cert: /etc/hysteria/cert.crt
|
||
|
key: /etc/hysteria/private.key
|
||
|
|
||
|
auth:
|
||
|
type: password
|
||
|
password: your_password
|
||
|
|
||
|
resolver:
|
||
|
type: https
|
||
|
https:
|
||
|
addr: 8.8.8.8:443
|
||
|
timeout: 10s
|