将免费进行到底



token获取方式B站扫码关注我后私信进群方式:(有微信和qq群,关注后私信我,直接加群(token在群公告),如果群二维码失效请联系我哦!)

更新时间:2024-11-25

   FRPs自建推荐购买服务器:【轻量应用服务器 2核2G,200M峰值带宽,不限流量,40GB ESSD云盘】   点此前往

   FRPS 海外迪拜节点:

    多人共享共同使用。
    0.48Gpbs带宽,1g2h,海外
    连接地址为:193.123.85.124:7000
    默认http端口为80
    默认https端口为443端口开放:所有
    域名解析:不提供免费域名

   FRPS 巴西 圣保罗州 圣保罗:

    多人共享共同使用。
    0.48Gpbs带宽,1g2h,海外
    连接地址为:136.248.66.240:7000
    默认http端口为80
    默认https端口为443端口开放:所有
    域名解析:不提供免费域名

   FRPS香港节点:

    多人共享共同使用。
    2Mbs带宽,1g2h,海外
    连接地址为:189.1.230.27:7000
    默认http端口为80
    默认https端口为443端口开放:所有
    域名解析:不提供免费域名

视频教程


宝塔插件


win客户端(bat一键启动)


新版-toml模式(服务端)

    bindPort = 7000
    vhostHTTPPort = 80
    vhostHTTPSPort = 443
    auth.token='B站扫码关注我后私信进群方式'
    
    webServer.addr = "0.0.0.0"
    webServer.port = 7500
    webServer.user = "admin"
    webServer.password = "admin"
                  

新版-toml模式(客户端)

    serverAddr = "193.123.85.124"
    serverPort = 7000
    auth.token = "B站扫码关注我后私信进群方式"
    [[proxies]]
    name = "ssh"
    type = "tcp"
    localIP = "127.0.0.1"
    localPort = 22
    remotePort = 6000               
    
    [[proxies]]
    name = "test-http"
    type = "http"
    localIP = "127.0.0.1"
    localPort = 8000
    customDomains = ["1.134.wlphp.com"]
    				
    [[proxies]]
    name = "test_htts2http"
    type = "https"
    customDomains = ["2.134.wlphp.com"]
    [proxies.plugin]
    type = "https2http"
    localAddr = "127.0.0.1:80"
    # HTTPS 证书相关的配置
    crtPath = "./server.crt"
    keyPath = "./server.key"
    hostHeaderRewrite = "127.0.0.1"
    requestHeaders.set.x-from-where = "frp"
                  

启动命令

    ./frps  -c ./frps.toml  新版(服务端)
    ./frpc  -c ./frpc.toml  新版(客户端)