V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
faifaint
V2EX  ›  问与答

关于 frp 反向代理的问题

  •  
  •   faifaint · 22 天前 · 442 次点击
    各位大佬

    现在 racknerd 服务器装了 frp ,设置为:

    bindPort = 7000
    webServer.addr = "0.0.0.0"
    webServer.port = 7500
    webServer.user = "admin"
    webServer.password = "admin"
    vhostHTTPPort = 8080
    auth.token = "**********"

    Orangepi 上设置:

    serverAddr = "XX.XX.XX.XX"
    serverPort = 7000
    auth.token = "**********"
    [[proxies]]
    name = "tarweb"
    type = "http"
    localPort = 8504
    customDomains = ["tar.xxxx.xxx"]

    racknerd 上通过宝塔设置了 tar.xxxx.xxx 反代
    反代目标 URLhttp://127.0.0.1:8080 ,
    发送域名 tar.xxxx.xxx

    现在访问 tar.xxxx.xxx 出现 frp 错误提示 The page you requested was not found.

    请问哪里出错了啊?
    1 条回复    2024-12-16 00:40:50 +08:00
    nicefrp
        1
    nicefrp  
       12 天前
    frp 的客户端没有正确配置起来? The page you requested was not found.这个提示是 frp 提示,你访问域名提示这个,说明 nginx 反代的流量打到 frps 了,我觉得应该检测 frps 和 frpc 的通讯。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2551 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 11:24 · PVG 19:24 · LAX 03:24 · JFK 06:24
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.