mirror of https://github.com/go-gost/gost.git
24 lines
383 B
YAML
24 lines
383 B
YAML
services:
|
|
- name: http-proxy
|
|
addr: :8080
|
|
handler:
|
|
type: http
|
|
chain: ss-tcp-chain
|
|
listener:
|
|
type: tcp
|
|
|
|
chains:
|
|
- name: ss-tcp-chain
|
|
hops:
|
|
- name: ss-hop
|
|
nodes:
|
|
- name: ss-node
|
|
addr: {{.ServerAddr}}
|
|
connector:
|
|
type: ss
|
|
auth:
|
|
username: chacha20-ietf-poly1305
|
|
password: secret
|
|
dialer:
|
|
type: tcp
|