serverAddr = "${FRP_SERVER_ADDR}" serverPort = ${FRP_SERVER_PORT} auth.method = "token" auth.token = "${FRP_TOKEN}" # Example: expose home SSH [[proxies]] name = "home-ssh" type = "tcp" localIP = "127.0.0.1" localPort = 22 remotePort = 1234 # Example: expose Minecraft [[proxies]] name = "minecraft" type = "tcp" localIP = "127.0.0.1" localPort = 25565 remotePort = 25565