📥 geosite.dat
https://github.com/Sn1pp1/mygeofiles/releases/download/latest/geosite.dat
📥 geoip.dat
https://github.com/Sn1pp1/mygeofiles/releases/download/latest/geoip.dat
📥 geosite.dat
https://cdn.jsdelivr.net/gh/Sn1pp1/mygeofiles@main/geosite.dat
📥 geoip.dat
https://cdn.jsdelivr.net/gh/Sn1pp1/mygeofiles@main/geoip.dat
{
"log": {
"level": "info",
"timestamp": true
},
"dns": {
"servers": [
{
"tag": "dns-direct",
"address": "1.1.1.1",
"detour": "direct"
},
{
"tag": "dns-remote",
"address": "1.1.1.1",
"detour": "proxy"
}
],
"rules": [
{
"outbound": "direct",
"server": "dns-direct"
}
],
"final": "dns-remote",
"strategy": "ipv4_only",
"disable_cache": false,
"disable_expire": true,
"independent_cache": true,
"cache_capacity": 1000
},
"inbounds": [
{
"type": "tun",
"tag": "tun-in",
"interface_name": "happ-tun",
"address": ["172.18.0.1/30"],
"mtu": 1400,
"auto_route": true,
"strict_route": false,
"stack": "gvisor",
"sniff": true,
"sniff_override_destination": true
}
],
"outbounds": [
{
"type": "socks",
"tag": "proxy",
"server": "127.0.0.1",
"server_port": 10808
},
{
"type": "direct",
"tag": "direct"
}
],
"route": {
"rules": [
{
"protocol": "dns",
"action": "hijack-dns"
},
{
"process_name": [
"vpnagent.exe",
"vpnui.exe",
"Cisco Secure Client.exe",
"csc_ui.exe",
"csc_service.exe",
"xray.exe",
"sing-box.exe",
"antifilter.exe",
"xray",
"sing-box",
"antifilter"
],
"outbound": "direct"
},
{
"ip_cidr": [
"10.0.0.0/8",
"172.16.0.0/12",
"192.168.0.0/16",
"0.0.0.0/8",
"127.0.0.0/8",
"100.64.0.0/10",
"169.254.0.0/16",
"224.0.0.0/3",
"::/127",
"fc00::/7",
"fe80::/10",
"ff00::/8"
],
"outbound": "direct"
}
],
"final": "proxy",
"auto_detect_interface": true
}
}Note
- ✅ Автоматическое обновление — файлы обновляются автоматически при изменениях в исходных репозиториях
- ⚡ jsDelivr CDN — обеспечивает быструю загрузку через CDN, но может иметь небольшую задержку при обновлении
- 📥 Прямые ссылки — все ссылки готовы к использованию в конфигурационных файлах
Tip
Для X-Ray используйте GitHub Releases ссылки — они всегда указывают на последнюю стабильную версию.
Warning
При использовании jsDelivr CDN кэш может обновляться до 24 часов. Для критичных систем используйте GitHub Releases.