Closed SevensRequiem closed 2 months ago
https://github.com/fatedier/frp?tab=readme-ov-file#hot-reloading-frpc-configuration
I tried that, it just returns
Jul 15 16:06:08 amp1 frpc[128019]: Get "http://127.0.0.1:7400/api/reload?strictConfig=true": dial tcp 127.0.0.1:7400: connect: connection refused
Jul 15 16:06:08 amp1 systemd[1]: frpc.service: Main process exited, code=exited, status=1/FAILURE
Jul 15 16:06:08 amp1 systemd[1]: frpc.service: Failed with result 'exit-code'.
Jul 15 16:06:14 amp1 systemd[1]: frpc.service: Scheduled restart job, restart counter is at 99.
Jul 15 16:06:14 amp1 systemd[1]: Stopped frpc.service - frp client.
https://github.com/fatedier/frp?tab=readme-ov-file#hot-reloading-frpc-configuration
I tried that, it just returns
Jul 15 16:06:08 amp1 frpc[128019]: Get "http://127.0.0.1:7400/api/reload?strictConfig=true": dial tcp 127.0.0.1:7400: connect: connection refused Jul 15 16:06:08 amp1 systemd[1]: frpc.service: Main process exited, code=exited, status=1/FAILURE Jul 15 16:06:08 amp1 systemd[1]: frpc.service: Failed with result 'exit-code'. Jul 15 16:06:14 amp1 systemd[1]: frpc.service: Scheduled restart job, restart counter is at 99. Jul 15 16:06:14 amp1 systemd[1]: Stopped frpc.service - frp client.
serverAddr = "x.x.x.x"
serverPort = 7000
transport.protocol = "quic"
auth.method = "token"
auth.token = "xxxx"
transport.dialServerKeepalive = 7200
transport.heartbeatInterval = 30
transport.heartbeatTimeout = 90
webServer.addr = "127.0.0.1"
webServer.port = 7400
Is my current config
Issues go stale after 21d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.
Describe the feature request
I run UDP/TCP apps behind FRP, and I often have to reload the entire FRPC when adding new clients, as such any connections to the server get reset, it would be beneficial if I could just save the config and have frpc detect and add the added proxies, or remove if removed.
Describe alternatives you've considered
No response
Affected area