Xray-core/app/proxyman
Mocking 4140bcd11a Enhancement of "redirect" function, adding support for MacOS
Added the function of "MacOS" FreeBSD firewall traffic forwarding and resolving destination address
example:
"inbounds": [
{
"listen": "127.0.0.1",
"port": 1122,
"protocol": "dokodemo-door",
"tag": "dokodemo",
"settings": {
"network": "tcp",
"followRedirect": true,
"userLevel": 0
},
"streamSettings": {
"sockopt": {
"tproxy": "Redirect"
}
}
}
]

还原#1189 提交
2022-08-22 10:33:58 -04:00
..
command Reformat code 2022-05-18 15:29:01 +08:00
inbound Enhancement of "redirect" function, adding support for MacOS 2022-08-22 10:33:58 -04:00
outbound Add udp over tcp support for shadowsocks-2022 2022-06-01 11:49:02 +08:00
config.go v1.0.0 2020-11-25 19:01:53 +08:00
config.pb.go Make reverse proxy compatible with v2fly (#924) 2022-02-04 21:59:50 -05:00
config.proto Make it easier to configure multiple listening ports 2021-11-17 23:13:15 -05:00