rdr pass log on en0 inet proto tcp from 192.168.1.33 to any port {80, 443} -> 192.168.1.22 port 8877
一种是端口转发 还是可以的
但是用192.168.1.22是可以的 用127.0.0.1 8877无效
rdr pass log on en0 inet proto tcp from 192.168.1.33 to 1.1.1.1 port {80, 443} -> 192.168.1.22 port 8877
另一种透明代理 macos12-15都失效
route-to lo0本机出去的可以
rdr pass log on en0 inet proto tcp from 192.168.1.33 to any port {80, 443} -> 192.168.1.22 port 8877
一种是端口转发 还是可以的
但是用192.168.1.22是可以的 用127.0.0.1 8877无效
rdr pass log on en0 inet proto tcp from 192.168.1.33 to 1.1.1.1 port {80, 443} -> 192.168.1.22 port 8877
另一种透明代理 macos12-15都失效
route-to lo0本机出去的可以