mirror of
https://github.com/eatfishfish/openpilot-server.git
synced 2026-08-22 04:42:32 +00:00
b54ad411c0
webServer frp
13 lines
244 B
TOML
13 lines
244 B
TOML
# frps.toml
|
|
bindPort = 7888
|
|
vhostHTTPPort = 1201
|
|
|
|
tcpmuxHTTPConnectPort = 5888
|
|
auth.method = "token"
|
|
auth.token = "password"
|
|
|
|
webServer.addr = "0.0.0.0"
|
|
webServer.port = 7501
|
|
webServer.user = "admin"
|
|
webServer.password = "pw123456"
|