mirror of https://github.com/go-gost/gost.git
14 lines
344 B
YAML
14 lines
344 B
YAML
# HTTP proxy with inline single-user authentication. Clients must supply the
|
|
# proxy credentials user/pass; wrong or missing credentials get a 407 and never
|
|
# reach the echo server.
|
|
services:
|
|
- name: proxy
|
|
addr: ":8080"
|
|
handler:
|
|
type: http
|
|
auth:
|
|
username: user
|
|
password: pass
|
|
listener:
|
|
type: tcp
|