box_for_magisk icon indicating copy to clipboard operation
box_for_magisk copied to clipboard

关于配置的代理server为192.168.0.101,网络不可达,请问怎么解决

Open Dar3n1y opened this issue 2 years ago • 2 comments

  • {name: proxy, type: http, server: 192.168.0.101, port: 8083} 我需要把我本机192.168.0.102的所有流量转发到192.168.0.101的8083端口,测试网络不通,请问需要怎么修改

Dar3n1y avatar Jun 04 '23 16:06 Dar3n1y

  • {name: proxy, type: http, server: 192.168.0.101, port: 8083} 我需要把我本机192.168.0.102的所有流量转发到192.168.0.101的8083端口,测试网络不通,请问需要怎么修改

Try deleting this line https://github.com/taamarin/box_for_magisk/blob/6c13d685b19a486fd6548b297dc6777f120ecc3f/box/scripts/box.iptables#L95

taamarin avatar Jun 04 '23 18:06 taamarin

  • {name: proxy, type: http, server: 192.168.0.101, port: 8083} 我需要把我本机192.168.0.102的所有流量转发到192.168.0.101的8083端口,测试网络不通,请问需要怎么修改

Try deleting this line

https://github.com/taamarin/box_for_magisk/blob/6c13d685b19a486fd6548b297dc6777f120ecc3f/box/scripts/box.iptables#L95

这样会不会可能造成回环

itcbx avatar May 30 '24 13:05 itcbx