[GH-ISSUE #3872] FRPC #3078

Closed
opened 2026-05-05 13:59:38 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @shagunkam on GitHub (Dec 21, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3872

Describe the feature request

i generated a random port through a randiant function (23456) when i run frpc i set ip and port through socks i set port and socks proxy in proxy setting by using frpc when i run this the socks ip and proxy set in proxy setting but the internet stops working!!but i want that the internet should wokring i set token and all at server side

this is my configuration file:
[common]
server_addr = "X.X.X.X.X"
server_port = 7000
auth_token = "X.X.X.X"

[ssh_proxy]
type = "tcp"
local_ip = "127.0.0.1"
local_port = 443
remote_port = 23456
use_encryption = true
use_compression = true
privilege_key = Accf8c0FTuUW
custom_username = GRYF56D


[http_proxy]
type = "http"
local_ip = "127.0.0.1"
local_port = 80

Describe alternatives you've considered

No response

Affected area

  • Docs
  • Installation
  • Performance and Scalability
  • Security
  • User Experience
  • Test and Release
  • Developer Infrastructure
  • Client Plugin
  • Server Plugin
  • Extensions
  • Others
Originally created by @shagunkam on GitHub (Dec 21, 2023). Original GitHub issue: https://github.com/fatedier/frp/issues/3872 ### Describe the feature request i generated a random port through a randiant function (23456) when i run frpc i set ip and port through socks i set port and socks proxy in proxy setting by using frpc when i run this the socks ip and proxy set in proxy setting but the internet stops working!!but i want that the internet should wokring i set token and all at server side this is my configuration file: [common] server_addr = "X.X.X.X.X" server_port = 7000 auth_token = "X.X.X.X" [ssh_proxy] type = "tcp" local_ip = "127.0.0.1" local_port = 443 remote_port = 23456 use_encryption = true use_compression = true privilege_key = Accf8c0FTuUW custom_username = GRYF56D [http_proxy] type = "http" local_ip = "127.0.0.1" local_port = 80 ### Describe alternatives you've considered _No response_ ### Affected area - [ ] Docs - [ ] Installation - [ ] Performance and Scalability - [ ] Security - [ ] User Experience - [ ] Test and Release - [ ] Developer Infrastructure - [ ] Client Plugin - [ ] Server Plugin - [ ] Extensions - [ ] Others
Author
Owner

@eebssk1 commented on GitHub (Dec 22, 2023):

Pls clarify your question. If english isn't your native lang then pls atleast use a translator.

Restart frpc will interrupt all handled connections. You can use rpc to hot reload the config without restarting.

<!-- gh-comment-id:1867566220 --> @eebssk1 commented on GitHub (Dec 22, 2023): Pls clarify your question. If english isn't your native lang then pls atleast use a translator. Restart frpc will interrupt all handled connections. You can use rpc to hot reload the config without restarting.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#3078
No description provided.