Differences between revisions 2 and 3
Revision 2 as of 2023-05-26 08:11:26
Size: 686
Editor: merlyn
Comment:
Revision 3 as of 2023-05-26 08:13:13
Size: 916
Editor: merlyn
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
== Server side == = Server side =
Line 27: Line 27:
== Client side == = Client side =
== raspberry MOINMOIN ==
Line 29: Line 30:
brightmoon ~/frp_0.34.0_linux_amd64 # cat frpc.ini
# frpc.ini
# frpc-moinmoin.ini
[moinmoin]
type = http
local_port = 807
custom_domains = www.brightmoon.top


Line 32: Line 39:
server_addr = brightmoon.top
server_port = 803
server_addr = www.brightmoon.top
server_port = 304
Line 35: Line 42:
[web] }}}

== WIKI.JS ==
{{{
root@wiki:~# grep -v ^# /usr/local/frpc/frpc-wiki.ini
[wiki.js]
Line 37: Line 49:
local_port = 806
custom_domains = www.brightmoon.top
}}
local_port = 3000
custom_domains = wiki.brightmoon.top



[common]
server_addr
= www.brightmoon.top
server_port = 300

}}}

Describe désert/Linux/frp_proxy here.

Server side

root@ip-172-26-3-168:/etc/frps# for i in $(ls *.ini); do cat $i; done
# frps-hpe-ssh.ini
[common]
bind_port = 301
# frps-moinmoin.ini
[common]
bind_port = 304
vhost_http_port = 604
# frps-moinmoin.ini
[common]
bind_port = 603
vhost_http_port = 80
# frps-raspberry-ssh.ini
[common]
bind_port = 302
# frps-wiki-js.ini
[common]
bind_port = 300
vhost_http_port = 3000

Client side

raspberry MOINMOIN

# frpc-moinmoin.ini
[moinmoin]
type = http
local_port = 807
custom_domains = www.brightmoon.top



[common]
server_addr = www.brightmoon.top
server_port = 304

WIKI.JS

root@wiki:~# grep -v ^# /usr/local/frpc/frpc-wiki.ini 
[wiki.js]
type = http
local_port = 3000
custom_domains = wiki.brightmoon.top



[common]
server_addr = www.brightmoon.top
server_port = 300

désert/Linux/frp_proxy (last edited 2026-03-01 04:56:53 by 127)