diff --git a/frps.toml b/frps.toml index c75d6fa..66a2083 100644 --- a/frps.toml +++ b/frps.toml @@ -4,4 +4,9 @@ vhostHTTPPort = 1201 tcpmuxHTTPConnectPort = 5888 auth.method = "token" -auth.token = "password" \ No newline at end of file +auth.token = "password" + +webServer.addr = "0.0.0.0" +webServer.port = 7501 +webServer.user = "admin" +webServer.password = "pw123456"