├── .github └── workflows │ └── update-vpn-configs.yml ├── LICENSE ├── README.md ├── README_FA.md ├── README_ru.md ├── README_zh.md ├── configs ├── all.txt ├── at │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── au │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── bg │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── br │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── ca │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── ch │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── cz │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── de │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── es │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── fi │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── fr │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── gb │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── hk │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── https.txt ├── hu │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── hysteria.txt ├── hysteria2.txt ├── id │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── il │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── in │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── ir │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── it │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── jp │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── kr │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── kz │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── light.txt ├── lt │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── md │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── nl │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── pl │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── pt │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── rs │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── ru │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── se │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── sg │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── shadowsocks.txt ├── si │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── tr │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── trojan.txt ├── ua │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── us │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── vless.txt ├── vmess.txt └── vn │ ├── all.txt │ ├── https.txt │ ├── hysteria2.txt │ ├── light.txt │ ├── shadowsocks.txt │ ├── trojan.txt │ ├── unknown.txt │ ├── vless.txt │ └── vmess.txt ├── docs ├── index.html └── sw.js └── source ├── main.py └── requirements.txt /.github/workflows/update-vpn-configs.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/.github/workflows/update-vpn-configs.yml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/README.md -------------------------------------------------------------------------------- /README_FA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/README_FA.md -------------------------------------------------------------------------------- /README_ru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/README_ru.md -------------------------------------------------------------------------------- /README_zh.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/README_zh.md -------------------------------------------------------------------------------- /configs/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/all.txt -------------------------------------------------------------------------------- /configs/at/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/at/all.txt -------------------------------------------------------------------------------- /configs/at/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/at/https.txt -------------------------------------------------------------------------------- /configs/at/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/at/hysteria2.txt -------------------------------------------------------------------------------- /configs/at/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/at/light.txt -------------------------------------------------------------------------------- /configs/at/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/at/shadowsocks.txt -------------------------------------------------------------------------------- /configs/at/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/at/trojan.txt -------------------------------------------------------------------------------- /configs/at/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/at/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/at/vless.txt -------------------------------------------------------------------------------- /configs/at/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/at/vmess.txt -------------------------------------------------------------------------------- /configs/au/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/au/all.txt -------------------------------------------------------------------------------- /configs/au/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/au/https.txt -------------------------------------------------------------------------------- /configs/au/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/au/hysteria2.txt -------------------------------------------------------------------------------- /configs/au/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/au/light.txt -------------------------------------------------------------------------------- /configs/au/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/au/shadowsocks.txt -------------------------------------------------------------------------------- /configs/au/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/au/trojan.txt -------------------------------------------------------------------------------- /configs/au/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/au/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/au/vless.txt -------------------------------------------------------------------------------- /configs/au/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/au/vmess.txt -------------------------------------------------------------------------------- /configs/bg/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/bg/all.txt -------------------------------------------------------------------------------- /configs/bg/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/bg/https.txt -------------------------------------------------------------------------------- /configs/bg/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/bg/hysteria2.txt -------------------------------------------------------------------------------- /configs/bg/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/bg/light.txt -------------------------------------------------------------------------------- /configs/bg/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/bg/shadowsocks.txt -------------------------------------------------------------------------------- /configs/bg/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/bg/trojan.txt -------------------------------------------------------------------------------- /configs/bg/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/bg/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/bg/vless.txt -------------------------------------------------------------------------------- /configs/bg/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/bg/vmess.txt -------------------------------------------------------------------------------- /configs/br/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/br/all.txt -------------------------------------------------------------------------------- /configs/br/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/br/https.txt -------------------------------------------------------------------------------- /configs/br/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/br/hysteria2.txt -------------------------------------------------------------------------------- /configs/br/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/br/light.txt -------------------------------------------------------------------------------- /configs/br/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/br/shadowsocks.txt -------------------------------------------------------------------------------- /configs/br/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/br/trojan.txt -------------------------------------------------------------------------------- /configs/br/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/br/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/br/vless.txt -------------------------------------------------------------------------------- /configs/br/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/br/vmess.txt -------------------------------------------------------------------------------- /configs/ca/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ca/all.txt -------------------------------------------------------------------------------- /configs/ca/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ca/https.txt -------------------------------------------------------------------------------- /configs/ca/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ca/hysteria2.txt -------------------------------------------------------------------------------- /configs/ca/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ca/light.txt -------------------------------------------------------------------------------- /configs/ca/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ca/shadowsocks.txt -------------------------------------------------------------------------------- /configs/ca/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ca/trojan.txt -------------------------------------------------------------------------------- /configs/ca/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/ca/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ca/vless.txt -------------------------------------------------------------------------------- /configs/ca/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ca/vmess.txt -------------------------------------------------------------------------------- /configs/ch/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ch/all.txt -------------------------------------------------------------------------------- /configs/ch/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ch/https.txt -------------------------------------------------------------------------------- /configs/ch/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ch/hysteria2.txt -------------------------------------------------------------------------------- /configs/ch/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ch/light.txt -------------------------------------------------------------------------------- /configs/ch/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ch/shadowsocks.txt -------------------------------------------------------------------------------- /configs/ch/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ch/trojan.txt -------------------------------------------------------------------------------- /configs/ch/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/ch/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ch/vless.txt -------------------------------------------------------------------------------- /configs/ch/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ch/vmess.txt -------------------------------------------------------------------------------- /configs/cz/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/cz/all.txt -------------------------------------------------------------------------------- /configs/cz/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/cz/https.txt -------------------------------------------------------------------------------- /configs/cz/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/cz/hysteria2.txt -------------------------------------------------------------------------------- /configs/cz/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/cz/light.txt -------------------------------------------------------------------------------- /configs/cz/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/cz/shadowsocks.txt -------------------------------------------------------------------------------- /configs/cz/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/cz/trojan.txt -------------------------------------------------------------------------------- /configs/cz/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/cz/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/cz/vless.txt -------------------------------------------------------------------------------- /configs/cz/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/cz/vmess.txt -------------------------------------------------------------------------------- /configs/de/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/de/all.txt -------------------------------------------------------------------------------- /configs/de/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/de/https.txt -------------------------------------------------------------------------------- /configs/de/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/de/hysteria2.txt -------------------------------------------------------------------------------- /configs/de/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/de/light.txt -------------------------------------------------------------------------------- /configs/de/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/de/shadowsocks.txt -------------------------------------------------------------------------------- /configs/de/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/de/trojan.txt -------------------------------------------------------------------------------- /configs/de/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/de/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/de/vless.txt -------------------------------------------------------------------------------- /configs/de/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/de/vmess.txt -------------------------------------------------------------------------------- /configs/es/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/es/all.txt -------------------------------------------------------------------------------- /configs/es/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/es/https.txt -------------------------------------------------------------------------------- /configs/es/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/es/hysteria2.txt -------------------------------------------------------------------------------- /configs/es/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/es/light.txt -------------------------------------------------------------------------------- /configs/es/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/es/shadowsocks.txt -------------------------------------------------------------------------------- /configs/es/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/es/trojan.txt -------------------------------------------------------------------------------- /configs/es/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/es/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/es/vless.txt -------------------------------------------------------------------------------- /configs/es/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/es/vmess.txt -------------------------------------------------------------------------------- /configs/fi/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fi/all.txt -------------------------------------------------------------------------------- /configs/fi/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fi/https.txt -------------------------------------------------------------------------------- /configs/fi/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fi/hysteria2.txt -------------------------------------------------------------------------------- /configs/fi/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fi/light.txt -------------------------------------------------------------------------------- /configs/fi/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fi/shadowsocks.txt -------------------------------------------------------------------------------- /configs/fi/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fi/trojan.txt -------------------------------------------------------------------------------- /configs/fi/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/fi/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fi/vless.txt -------------------------------------------------------------------------------- /configs/fi/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fi/vmess.txt -------------------------------------------------------------------------------- /configs/fr/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fr/all.txt -------------------------------------------------------------------------------- /configs/fr/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fr/https.txt -------------------------------------------------------------------------------- /configs/fr/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fr/hysteria2.txt -------------------------------------------------------------------------------- /configs/fr/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fr/light.txt -------------------------------------------------------------------------------- /configs/fr/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fr/shadowsocks.txt -------------------------------------------------------------------------------- /configs/fr/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fr/trojan.txt -------------------------------------------------------------------------------- /configs/fr/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/fr/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fr/vless.txt -------------------------------------------------------------------------------- /configs/fr/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/fr/vmess.txt -------------------------------------------------------------------------------- /configs/gb/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/gb/all.txt -------------------------------------------------------------------------------- /configs/gb/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/gb/https.txt -------------------------------------------------------------------------------- /configs/gb/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/gb/hysteria2.txt -------------------------------------------------------------------------------- /configs/gb/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/gb/light.txt -------------------------------------------------------------------------------- /configs/gb/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/gb/shadowsocks.txt -------------------------------------------------------------------------------- /configs/gb/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/gb/trojan.txt -------------------------------------------------------------------------------- /configs/gb/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/gb/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/gb/vless.txt -------------------------------------------------------------------------------- /configs/gb/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/gb/vmess.txt -------------------------------------------------------------------------------- /configs/hk/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hk/all.txt -------------------------------------------------------------------------------- /configs/hk/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hk/https.txt -------------------------------------------------------------------------------- /configs/hk/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hk/hysteria2.txt -------------------------------------------------------------------------------- /configs/hk/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hk/light.txt -------------------------------------------------------------------------------- /configs/hk/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hk/shadowsocks.txt -------------------------------------------------------------------------------- /configs/hk/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hk/trojan.txt -------------------------------------------------------------------------------- /configs/hk/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/hk/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hk/vless.txt -------------------------------------------------------------------------------- /configs/hk/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hk/vmess.txt -------------------------------------------------------------------------------- /configs/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/https.txt -------------------------------------------------------------------------------- /configs/hu/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hu/all.txt -------------------------------------------------------------------------------- /configs/hu/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hu/https.txt -------------------------------------------------------------------------------- /configs/hu/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hu/hysteria2.txt -------------------------------------------------------------------------------- /configs/hu/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hu/light.txt -------------------------------------------------------------------------------- /configs/hu/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hu/shadowsocks.txt -------------------------------------------------------------------------------- /configs/hu/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hu/trojan.txt -------------------------------------------------------------------------------- /configs/hu/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/hu/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hu/vless.txt -------------------------------------------------------------------------------- /configs/hu/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hu/vmess.txt -------------------------------------------------------------------------------- /configs/hysteria.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hysteria.txt -------------------------------------------------------------------------------- /configs/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/hysteria2.txt -------------------------------------------------------------------------------- /configs/id/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/id/all.txt -------------------------------------------------------------------------------- /configs/id/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/id/https.txt -------------------------------------------------------------------------------- /configs/id/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/id/hysteria2.txt -------------------------------------------------------------------------------- /configs/id/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/id/light.txt -------------------------------------------------------------------------------- /configs/id/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/id/shadowsocks.txt -------------------------------------------------------------------------------- /configs/id/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/id/trojan.txt -------------------------------------------------------------------------------- /configs/id/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/id/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/id/vless.txt -------------------------------------------------------------------------------- /configs/id/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/id/vmess.txt -------------------------------------------------------------------------------- /configs/il/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/il/all.txt -------------------------------------------------------------------------------- /configs/il/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/il/https.txt -------------------------------------------------------------------------------- /configs/il/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/il/hysteria2.txt -------------------------------------------------------------------------------- /configs/il/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/il/light.txt -------------------------------------------------------------------------------- /configs/il/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/il/shadowsocks.txt -------------------------------------------------------------------------------- /configs/il/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/il/trojan.txt -------------------------------------------------------------------------------- /configs/il/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/il/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/il/vless.txt -------------------------------------------------------------------------------- /configs/il/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/il/vmess.txt -------------------------------------------------------------------------------- /configs/in/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/in/all.txt -------------------------------------------------------------------------------- /configs/in/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/in/https.txt -------------------------------------------------------------------------------- /configs/in/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/in/hysteria2.txt -------------------------------------------------------------------------------- /configs/in/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/in/light.txt -------------------------------------------------------------------------------- /configs/in/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/in/shadowsocks.txt -------------------------------------------------------------------------------- /configs/in/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/in/trojan.txt -------------------------------------------------------------------------------- /configs/in/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/in/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/in/vless.txt -------------------------------------------------------------------------------- /configs/in/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/in/vmess.txt -------------------------------------------------------------------------------- /configs/ir/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ir/all.txt -------------------------------------------------------------------------------- /configs/ir/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ir/https.txt -------------------------------------------------------------------------------- /configs/ir/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ir/hysteria2.txt -------------------------------------------------------------------------------- /configs/ir/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ir/light.txt -------------------------------------------------------------------------------- /configs/ir/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ir/shadowsocks.txt -------------------------------------------------------------------------------- /configs/ir/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ir/trojan.txt -------------------------------------------------------------------------------- /configs/ir/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/ir/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ir/vless.txt -------------------------------------------------------------------------------- /configs/ir/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ir/vmess.txt -------------------------------------------------------------------------------- /configs/it/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/it/all.txt -------------------------------------------------------------------------------- /configs/it/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/it/https.txt -------------------------------------------------------------------------------- /configs/it/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/it/hysteria2.txt -------------------------------------------------------------------------------- /configs/it/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/it/light.txt -------------------------------------------------------------------------------- /configs/it/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/it/shadowsocks.txt -------------------------------------------------------------------------------- /configs/it/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/it/trojan.txt -------------------------------------------------------------------------------- /configs/it/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/it/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/it/vless.txt -------------------------------------------------------------------------------- /configs/it/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/it/vmess.txt -------------------------------------------------------------------------------- /configs/jp/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/jp/all.txt -------------------------------------------------------------------------------- /configs/jp/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/jp/https.txt -------------------------------------------------------------------------------- /configs/jp/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/jp/hysteria2.txt -------------------------------------------------------------------------------- /configs/jp/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/jp/light.txt -------------------------------------------------------------------------------- /configs/jp/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/jp/shadowsocks.txt -------------------------------------------------------------------------------- /configs/jp/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/jp/trojan.txt -------------------------------------------------------------------------------- /configs/jp/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/jp/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/jp/vless.txt -------------------------------------------------------------------------------- /configs/jp/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/jp/vmess.txt -------------------------------------------------------------------------------- /configs/kr/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kr/all.txt -------------------------------------------------------------------------------- /configs/kr/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kr/https.txt -------------------------------------------------------------------------------- /configs/kr/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kr/hysteria2.txt -------------------------------------------------------------------------------- /configs/kr/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kr/light.txt -------------------------------------------------------------------------------- /configs/kr/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kr/shadowsocks.txt -------------------------------------------------------------------------------- /configs/kr/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kr/trojan.txt -------------------------------------------------------------------------------- /configs/kr/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/kr/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kr/vless.txt -------------------------------------------------------------------------------- /configs/kr/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kr/vmess.txt -------------------------------------------------------------------------------- /configs/kz/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kz/all.txt -------------------------------------------------------------------------------- /configs/kz/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kz/https.txt -------------------------------------------------------------------------------- /configs/kz/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kz/hysteria2.txt -------------------------------------------------------------------------------- /configs/kz/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kz/light.txt -------------------------------------------------------------------------------- /configs/kz/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kz/shadowsocks.txt -------------------------------------------------------------------------------- /configs/kz/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kz/trojan.txt -------------------------------------------------------------------------------- /configs/kz/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/kz/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kz/vless.txt -------------------------------------------------------------------------------- /configs/kz/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/kz/vmess.txt -------------------------------------------------------------------------------- /configs/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/light.txt -------------------------------------------------------------------------------- /configs/lt/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/lt/all.txt -------------------------------------------------------------------------------- /configs/lt/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/lt/https.txt -------------------------------------------------------------------------------- /configs/lt/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/lt/hysteria2.txt -------------------------------------------------------------------------------- /configs/lt/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/lt/light.txt -------------------------------------------------------------------------------- /configs/lt/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/lt/shadowsocks.txt -------------------------------------------------------------------------------- /configs/lt/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/lt/trojan.txt -------------------------------------------------------------------------------- /configs/lt/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/lt/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/lt/vless.txt -------------------------------------------------------------------------------- /configs/lt/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/lt/vmess.txt -------------------------------------------------------------------------------- /configs/md/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/md/all.txt -------------------------------------------------------------------------------- /configs/md/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/md/https.txt -------------------------------------------------------------------------------- /configs/md/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/md/hysteria2.txt -------------------------------------------------------------------------------- /configs/md/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/md/light.txt -------------------------------------------------------------------------------- /configs/md/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/md/shadowsocks.txt -------------------------------------------------------------------------------- /configs/md/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/md/trojan.txt -------------------------------------------------------------------------------- /configs/md/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/md/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/md/vless.txt -------------------------------------------------------------------------------- /configs/md/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/md/vmess.txt -------------------------------------------------------------------------------- /configs/nl/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/nl/all.txt -------------------------------------------------------------------------------- /configs/nl/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/nl/https.txt -------------------------------------------------------------------------------- /configs/nl/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/nl/hysteria2.txt -------------------------------------------------------------------------------- /configs/nl/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/nl/light.txt -------------------------------------------------------------------------------- /configs/nl/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/nl/shadowsocks.txt -------------------------------------------------------------------------------- /configs/nl/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/nl/trojan.txt -------------------------------------------------------------------------------- /configs/nl/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/nl/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/nl/vless.txt -------------------------------------------------------------------------------- /configs/nl/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/nl/vmess.txt -------------------------------------------------------------------------------- /configs/pl/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pl/all.txt -------------------------------------------------------------------------------- /configs/pl/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pl/https.txt -------------------------------------------------------------------------------- /configs/pl/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pl/hysteria2.txt -------------------------------------------------------------------------------- /configs/pl/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pl/light.txt -------------------------------------------------------------------------------- /configs/pl/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pl/shadowsocks.txt -------------------------------------------------------------------------------- /configs/pl/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pl/trojan.txt -------------------------------------------------------------------------------- /configs/pl/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/pl/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pl/vless.txt -------------------------------------------------------------------------------- /configs/pl/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pl/vmess.txt -------------------------------------------------------------------------------- /configs/pt/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pt/all.txt -------------------------------------------------------------------------------- /configs/pt/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pt/https.txt -------------------------------------------------------------------------------- /configs/pt/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pt/hysteria2.txt -------------------------------------------------------------------------------- /configs/pt/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pt/light.txt -------------------------------------------------------------------------------- /configs/pt/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pt/shadowsocks.txt -------------------------------------------------------------------------------- /configs/pt/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pt/trojan.txt -------------------------------------------------------------------------------- /configs/pt/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/pt/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pt/vless.txt -------------------------------------------------------------------------------- /configs/pt/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/pt/vmess.txt -------------------------------------------------------------------------------- /configs/rs/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/rs/all.txt -------------------------------------------------------------------------------- /configs/rs/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/rs/https.txt -------------------------------------------------------------------------------- /configs/rs/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/rs/hysteria2.txt -------------------------------------------------------------------------------- /configs/rs/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/rs/light.txt -------------------------------------------------------------------------------- /configs/rs/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/rs/shadowsocks.txt -------------------------------------------------------------------------------- /configs/rs/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/rs/trojan.txt -------------------------------------------------------------------------------- /configs/rs/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/rs/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/rs/vless.txt -------------------------------------------------------------------------------- /configs/rs/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/rs/vmess.txt -------------------------------------------------------------------------------- /configs/ru/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ru/all.txt -------------------------------------------------------------------------------- /configs/ru/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ru/https.txt -------------------------------------------------------------------------------- /configs/ru/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ru/hysteria2.txt -------------------------------------------------------------------------------- /configs/ru/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ru/light.txt -------------------------------------------------------------------------------- /configs/ru/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ru/shadowsocks.txt -------------------------------------------------------------------------------- /configs/ru/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ru/trojan.txt -------------------------------------------------------------------------------- /configs/ru/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/ru/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ru/vless.txt -------------------------------------------------------------------------------- /configs/ru/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ru/vmess.txt -------------------------------------------------------------------------------- /configs/se/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/se/all.txt -------------------------------------------------------------------------------- /configs/se/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/se/https.txt -------------------------------------------------------------------------------- /configs/se/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/se/hysteria2.txt -------------------------------------------------------------------------------- /configs/se/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/se/light.txt -------------------------------------------------------------------------------- /configs/se/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/se/shadowsocks.txt -------------------------------------------------------------------------------- /configs/se/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/se/trojan.txt -------------------------------------------------------------------------------- /configs/se/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/se/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/se/vless.txt -------------------------------------------------------------------------------- /configs/se/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/se/vmess.txt -------------------------------------------------------------------------------- /configs/sg/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/sg/all.txt -------------------------------------------------------------------------------- /configs/sg/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/sg/https.txt -------------------------------------------------------------------------------- /configs/sg/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/sg/hysteria2.txt -------------------------------------------------------------------------------- /configs/sg/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/sg/light.txt -------------------------------------------------------------------------------- /configs/sg/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/sg/shadowsocks.txt -------------------------------------------------------------------------------- /configs/sg/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/sg/trojan.txt -------------------------------------------------------------------------------- /configs/sg/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/sg/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/sg/vless.txt -------------------------------------------------------------------------------- /configs/sg/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/sg/vmess.txt -------------------------------------------------------------------------------- /configs/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/shadowsocks.txt -------------------------------------------------------------------------------- /configs/si/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/si/all.txt -------------------------------------------------------------------------------- /configs/si/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/si/https.txt -------------------------------------------------------------------------------- /configs/si/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/si/hysteria2.txt -------------------------------------------------------------------------------- /configs/si/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/si/light.txt -------------------------------------------------------------------------------- /configs/si/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/si/shadowsocks.txt -------------------------------------------------------------------------------- /configs/si/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/si/trojan.txt -------------------------------------------------------------------------------- /configs/si/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/si/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/si/vless.txt -------------------------------------------------------------------------------- /configs/si/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/si/vmess.txt -------------------------------------------------------------------------------- /configs/tr/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/tr/all.txt -------------------------------------------------------------------------------- /configs/tr/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/tr/https.txt -------------------------------------------------------------------------------- /configs/tr/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/tr/hysteria2.txt -------------------------------------------------------------------------------- /configs/tr/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/tr/light.txt -------------------------------------------------------------------------------- /configs/tr/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/tr/shadowsocks.txt -------------------------------------------------------------------------------- /configs/tr/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/tr/trojan.txt -------------------------------------------------------------------------------- /configs/tr/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/tr/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/tr/vless.txt -------------------------------------------------------------------------------- /configs/tr/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/tr/vmess.txt -------------------------------------------------------------------------------- /configs/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/trojan.txt -------------------------------------------------------------------------------- /configs/ua/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ua/all.txt -------------------------------------------------------------------------------- /configs/ua/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ua/https.txt -------------------------------------------------------------------------------- /configs/ua/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ua/hysteria2.txt -------------------------------------------------------------------------------- /configs/ua/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ua/light.txt -------------------------------------------------------------------------------- /configs/ua/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ua/shadowsocks.txt -------------------------------------------------------------------------------- /configs/ua/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ua/trojan.txt -------------------------------------------------------------------------------- /configs/ua/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/ua/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ua/vless.txt -------------------------------------------------------------------------------- /configs/ua/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/ua/vmess.txt -------------------------------------------------------------------------------- /configs/us/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/us/all.txt -------------------------------------------------------------------------------- /configs/us/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/us/https.txt -------------------------------------------------------------------------------- /configs/us/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/us/hysteria2.txt -------------------------------------------------------------------------------- /configs/us/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/us/light.txt -------------------------------------------------------------------------------- /configs/us/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/us/shadowsocks.txt -------------------------------------------------------------------------------- /configs/us/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/us/trojan.txt -------------------------------------------------------------------------------- /configs/us/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/us/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/us/vless.txt -------------------------------------------------------------------------------- /configs/us/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/us/vmess.txt -------------------------------------------------------------------------------- /configs/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vless.txt -------------------------------------------------------------------------------- /configs/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vmess.txt -------------------------------------------------------------------------------- /configs/vn/all.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vn/all.txt -------------------------------------------------------------------------------- /configs/vn/https.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vn/https.txt -------------------------------------------------------------------------------- /configs/vn/hysteria2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vn/hysteria2.txt -------------------------------------------------------------------------------- /configs/vn/light.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vn/light.txt -------------------------------------------------------------------------------- /configs/vn/shadowsocks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vn/shadowsocks.txt -------------------------------------------------------------------------------- /configs/vn/trojan.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vn/trojan.txt -------------------------------------------------------------------------------- /configs/vn/unknown.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /configs/vn/vless.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vn/vless.txt -------------------------------------------------------------------------------- /configs/vn/vmess.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/configs/vn/vmess.txt -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/sw.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/docs/sw.js -------------------------------------------------------------------------------- /source/main.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/source/main.py -------------------------------------------------------------------------------- /source/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ShatakVPN/ConfigForge-V2Ray/HEAD/source/requirements.txt --------------------------------------------------------------------------------