FRP Server

This is a private Fast Reverse Proxy (FRP) server.

How to Connect

1. Install the frpc client on your local machine.

2. Create a configuration file named frpc.toml:

serverAddr = "frp.f44.fyi"
serverPort = 7000
auth.token = "YOUR_TOKEN_HERE"

[[proxies]]
name = "my-service"
type = "http"
localPort = 8080
subdomain = "myservice"
    

3. Start the client:

frpc -c frpc.toml

Your service will be accessible at https://myservice.frp.f44.fyi.