mirror of https://github.com/go-gost/gost.git
24 lines
402 B
YAML
24 lines
402 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: 2022-blake3-aes-128-gcm
|
|
password: MTIzNDU2Nzg5MDEyMzQ1Ng==
|
|
dialer:
|
|
type: tcp
|