Happ: кастомный роутинг RoscomVPN — split-tunnel для РФ/РБ (госуслуги, банки, push) одной кнопкой через routing.help
This commit is contained in:
55
snippets/assets/happ-routing-roscomvpn/DEFAULT.JSON
Normal file
55
snippets/assets/happ-routing-roscomvpn/DEFAULT.JSON
Normal file
@@ -0,0 +1,55 @@
|
||||
{
|
||||
"Name": "RoscomVPN",
|
||||
"GlobalProxy": "true",
|
||||
"UseChunkFiles": "true",
|
||||
"RemoteDns": "8.8.8.8",
|
||||
"DomesticDns": "77.88.8.8",
|
||||
"RemoteDNSType": "DoH",
|
||||
"RemoteDNSDomain": "https://8.8.8.8/dns-query",
|
||||
"RemoteDNSIP": "8.8.8.8",
|
||||
"DomesticDNSType": "DoH",
|
||||
"DomesticDNSDomain": "https://77.88.8.8/dns-query",
|
||||
"DomesticDNSIP": "77.88.8.8",
|
||||
"Geoipurl": "https://cdn.jsdelivr.net/gh/hydraponique/roscomvpn-geoip@202604290607/release/geoip.dat",
|
||||
"Geositeurl": "https://cdn.jsdelivr.net/gh/hydraponique/roscomvpn-geosite@202604152235/release/geosite.dat",
|
||||
"LastUpdated": "1777442890",
|
||||
"DnsHosts": {
|
||||
"lkfl2.nalog.ru": "213.24.64.175",
|
||||
"lknpd.nalog.ru": "213.24.64.181"
|
||||
},
|
||||
"RouteOrder": "block-proxy-direct",
|
||||
"DirectSites": [
|
||||
"geosite:private",
|
||||
"geosite:category-ru",
|
||||
"geosite:whitelist",
|
||||
"geosite:microsoft",
|
||||
"geosite:apple",
|
||||
"geosite:epicgames",
|
||||
"geosite:riot",
|
||||
"geosite:escapefromtarkov",
|
||||
"geosite:steam",
|
||||
"geosite:twitch",
|
||||
"geosite:pinterest",
|
||||
"geosite:faceit"
|
||||
],
|
||||
"DirectIp": [
|
||||
"geoip:private",
|
||||
"geoip:direct"
|
||||
],
|
||||
"ProxySites": [
|
||||
"geosite:google-play",
|
||||
"geosite:github",
|
||||
"geosite:twitch-ads",
|
||||
"geosite:youtube",
|
||||
"geosite:telegram"
|
||||
],
|
||||
"ProxyIp": [],
|
||||
"BlockSites": [
|
||||
"geosite:win-spy",
|
||||
"geosite:torrent",
|
||||
"geosite:category-ads"
|
||||
],
|
||||
"BlockIp": [],
|
||||
"DomainStrategy": "IPIfNonMatch",
|
||||
"FakeDNS": "false"
|
||||
}
|
||||
Reference in New Issue
Block a user