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

ubuntu 上有什么轻量的 http 代理(容易配置,资源占用小)

  •  
  •   Azzsanjin · 363 天前 · 871 次点击
    这是一个创建于 363 天前的主题,其中的信息可能已经有所发展或是发生改变。

    binance 接口需要配置 ip 白名单,但是我 vpn ip 经常变,本地不好调试。想把请求转发到东京服务器上

    8 条回复    2023-04-25 18:37:55 +08:00
    Ansen
        1
    Ansen  
       363 天前
    nginx?
    sunnysab
        2
    sunnysab  
       363 天前 via Android
    纯代理,用 tinyproxy 挺方便,rinted 做 SOCKS5 代理也好用。🤔
    0o0O0o0O0o
        3
    0o0O0o0O0o  
       363 天前 via iPhone
    nginx
    totoro625
        4
    totoro625  
       363 天前
    gost: https://github.com/ginuerzh/gost/releases
    一键启动:gost -L http://:8080
    zagfai
        5
    zagfai  
       363 天前
    python -m http.server
    zagfai
        6
    zagfai  
       363 天前
    iptables -t nat -A POSTROUTING -p tcp -d 123.123.123.123 --dport 444 -j MASQUERADE
    iptables -t nat -A PREROUTING -p tcp --dport 82 -j DNAT --to-destination 123.123.123.123:444
    Azzsanjin
        7
    Azzsanjin  
    OP
       363 天前
    @totoro625 很好用 几下就搞定了
    ahaoahaz
        8
    ahaoahaz  
       361 天前
    polipo
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2665 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 11:21 · PVG 19:21 · LAX 04:21 · JFK 07:21
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.