mirror of
https://github.com/yusing/godoxy.git
synced 2025-05-24 22:22:35 +02:00
13 lines
No EOL
208 B
YAML
13 lines
No EOL
208 B
YAML
app: # alias
|
|
# optional
|
|
scheme: http
|
|
# required, proxy target
|
|
host: 10.0.0.1
|
|
# optional
|
|
port: 80
|
|
# optional, defaults to empty
|
|
path:
|
|
# optional
|
|
path_mode:
|
|
# optional
|
|
notlsverify: false |