Update frps.toml

webServer frp
This commit is contained in:
eatfishfish
2024-11-12 11:02:26 +08:00
committed by GitHub
parent bfef598570
commit b54ad411c0
+5
View File
@@ -5,3 +5,8 @@ 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"