mirror of
https://github.com/router-for-me/CLIProxyAPI.git
synced 2026-03-02 04:24:11 +08:00
feat(config): add configurable host binding for server (#454)
* feat(config): add configurable host binding for server
This commit is contained in:
committed by
GitHub
Unverified
parent
6ad188921c
commit
5c3a013cd1
@@ -1,3 +1,7 @@
|
||||
# Server host/interface to bind to. Default is empty ("") to bind all interfaces (IPv4 + IPv6).
|
||||
# Use "127.0.0.1" or "localhost" to restrict access to local machine only.
|
||||
host: ""
|
||||
|
||||
# Server port
|
||||
port: 8317
|
||||
|
||||
|
||||
Reference in New Issue
Block a user