From b54ad411c032e00d6c645bde66fd28054d16aff6 Mon Sep 17 00:00:00 2001 From: eatfishfish <124665442+eatfishfish@users.noreply.github.com> Date: Tue, 12 Nov 2024 11:02:26 +0800 Subject: [PATCH] Update frps.toml webServer frp --- frps.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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"