binance 接口需要配置 ip 白名单,但是我 vpn ip 经常变,本地不好调试。想把请求转发到东京服务器上
![]() | 1 Ansen 2023-04-23 11:48:50 +08:00 nginx? |
![]() | 2 sunnysab 2023-04-23 11:50:18 +08:00 via Android 纯代理,用 tinyproxy 挺方便,rinted 做 SOCKS5 代理也好用。 |
3 0o0O0o0O0o 2023-04-23 11:51:54 +08:00 via iPhone nginx |
![]() | 4 totoro625 2023-04-23 11:53:51 +08:00 gost: https://github.com/ginuerzh/gost/releases 一键启动:gost -L http://:8080 |
![]() | 5 zagfai 2023-04-23 17:03:36 +08:00 python -m http.server |
![]() | 6 zagfai 2023-04-23 17:05:19 +08:00 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 |
![]() | 8 ahaoahaz 2023-04-25 18:37:55 +08:00 polipo |