0% found this document useful (0 votes)
11 views

FRPSC

The document contains configuration settings for a server, including binding addresses and ports for both the server and web server, as well as authentication methods using tokens. It defines multiple HTTP proxies with specific local ports and custom domains. Additionally, there are commented-out sections related to TLS settings for secure transport.

Uploaded by

xiaodiaoke56789
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

FRPSC

The document contains configuration settings for a server, including binding addresses and ports for both the server and web server, as well as authentication methods using tokens. It defines multiple HTTP proxies with specific local ports and custom domains. Additionally, there are commented-out sections related to TLS settings for secure transport.

Uploaded by

xiaodiaoke56789
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

bindAddr = "0.0.0.

0"
bindPort = 7000
vhostHTTPPort = 8080

auth.method = "token"
auth.token = "token123456"

webServer.addr = "0.0.0.0"
webServer.port = 7500
webServer.user = "xiaodiaoke"
webServer.password = "123456789aa"

# tls
#transport.tls.force = true
#transport.tls.certFile = "/etc/frp/ssl/server.crt"
#transport.tls.keyFile = "/etc/frp/ssl/server.key"
#transport.tls.trustedCaFile = "/etc/frp/ssl/ca.crt"

serverAddr = "129.153.126.254"
serverPort = 7000

auth.method = "token"
auth.token = "token123456"

webServer.addr = "0.0.0.0"
webServer.port = 7400
webServer.user = "xiaodiaoke"
webServer.password = "123456789aa"
webServer.pprofEnable = false

[[proxies]]
name = "emby"
type = "http"
localPort = 2345
customDomains = ["emby.csgj.us.kg"]

[[proxies]]
name = "gbox"
type = "http"
localPort = 5678
customDomains = ["gbox.csgj.us.kg"]

[[proxies]]
name = "fn"
type = "http"
localPort = 8000
customDomains = ["fn.csgj.us.kg"]

[[proxies]]
name = "web"
type = "http"
localPort = 5005
customDomains = ["web.csgj.us.kg"]

[[proxies]]
name = "webfn"
type = "http"
localPort = 5244
customDomains = ["webfn.csgj.us.kg"]

[[proxies]]
name = "webdavxxx"
type = "http"
localPort = 5005
customDomains = ["webdavxxx.csgj.us.kg"]

# tls
#transport.tls.certFile = "/etc/frp/ssl/client.crt"
#transport.tls.keyFile = "/etc/frp/ssl/client.key"
#transport.tls.trustedCaFile = "/etc/frp/ssl/ca.crt"

You might also like