[GH-ISSUE #3180] why is this section removed? #2553

Closed
opened 2026-05-05 13:38:35 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @shabakett on GitHub (Nov 22, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/3180

why is "Connect website through frpc's network" section removed? I think it is useful to explain the purpose of plugin = http_proxy

Connect website through frpc's network

# frpc.ini
[common]
server_addr = x.x.x.x
server_port = 7000

[http_proxy]
type = tcp
remote_port = 6000
plugin = http_proxy # or socks5

Set http proxy or socks5 proxy x.x.x.x:6000 in your browser and visit website through frpc's network.

frpc Version

0.45.0

frps Version

0.45.0

Originally created by @shabakett on GitHub (Nov 22, 2022). Original GitHub issue: https://github.com/fatedier/frp/issues/3180 why is "Connect website through frpc's network" section removed? I think it is useful to explain the purpose of `plugin = http_proxy` Connect website through frpc's network ``` # frpc.ini [common] server_addr = x.x.x.x server_port = 7000 [http_proxy] type = tcp remote_port = 6000 plugin = http_proxy # or socks5 ``` Set http proxy or socks5 proxy x.x.x.x:6000 in your browser and visit website through frpc's network. ### frpc Version 0.45.0 ### frps Version 0.45.0
Author
Owner

@Becods commented on GitHub (Nov 23, 2022):

#Client Plugins

frpc only forwards requests to local TCP or UDP ports by default.

Plugins are used for providing rich features. There are built-in plugins such as unix_domain_socket, http_proxy, socks5, static_file, http2https, https2http, https2https and you can see example usage.

Specify which plugin to use with the plugin parameter. Configuration parameters of plugin should be started with plugin_. local_ip and local_port are not used for plugin.

<!-- gh-comment-id:1324993636 --> @Becods commented on GitHub (Nov 23, 2022): [#Client Plugins](https://github.com/fatedier/frp#client-plugins) > frpc only forwards requests to local TCP or UDP ports by default. > > Plugins are used for providing rich features. There are built-in plugins such as unix_domain_socket, http_proxy, **socks5**, static_file, http2https, https2http, https2https and you can see [example usage](https://github.com/fatedier/frp#example-usage). > >Specify which plugin to use with the plugin parameter. Configuration parameters of plugin should be started with plugin_. local_ip and local_port are not used for plugin.
Author
Owner

@shabakett commented on GitHub (Nov 24, 2022):

these expressions make the doc clearer:

Connect website through frpc's network

Set http proxy or socks5 proxy x.x.x.x:6000 in your browser and visit website through frpc's network.

<!-- gh-comment-id:1326651254 --> @shabakett commented on GitHub (Nov 24, 2022): these expressions make the doc clearer: `Connect website through frpc's network` `Set http proxy or socks5 proxy x.x.x.x:6000 in your browser and visit website through frpc's network.`
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#2553
No description provided.