├── Guide └── how-to-conect.md ├── IR Server ├── README.md └── etc │ ├── iptables │ └── rules.v4 │ └── sysctl.conf ├── README.md └── non-IR Server ├── README.md ├── config.json └── dokcer-compose.yaml /Guide/how-to-conect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamadiam/vmess-proxy/HEAD/Guide/how-to-conect.md -------------------------------------------------------------------------------- /IR Server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamadiam/vmess-proxy/HEAD/IR Server/README.md -------------------------------------------------------------------------------- /IR Server/etc/iptables/rules.v4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamadiam/vmess-proxy/HEAD/IR Server/etc/iptables/rules.v4 -------------------------------------------------------------------------------- /IR Server/etc/sysctl.conf: -------------------------------------------------------------------------------- 1 | net.ipv4.ip_forward=1 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamadiam/vmess-proxy/HEAD/README.md -------------------------------------------------------------------------------- /non-IR Server/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamadiam/vmess-proxy/HEAD/non-IR Server/README.md -------------------------------------------------------------------------------- /non-IR Server/config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamadiam/vmess-proxy/HEAD/non-IR Server/config.json -------------------------------------------------------------------------------- /non-IR Server/dokcer-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mamadiam/vmess-proxy/HEAD/non-IR Server/dokcer-compose.yaml --------------------------------------------------------------------------------