cproxy 4.2.1

Transparent proxy built on cgroup net_cls.
{
  "log": {
    "loglevel": "debug"
  },
  "routing": {
    "domainStrategy": "IPIfNonMatch"
  },
  "inbounds": [
    {
      "listen": "127.0.0.1",
      "port": 59999,
      "protocol": "dokodemo-door",
      "settings": {
        "followRedirect": true,
        "network": "tcp,udp"
      },
      "sniffing": {
        "destOverride": [
          "http",
          "tls"
        ],
        "enabled": true,
        "streamSettings": {
          "sockopt": {
            "tproxy": "tproxy"
          }
        }
      }
    }
  ],
  "outbounds": [
    {
      "protocol": "freedom",
      "tag": "direct"
    }
  ]
}