feat(awg_exclude): добавление файла исключений для конфигурации сети

This commit is contained in:
Dmitry
2026-02-18 14:01:01 +03:00
parent 7a895403cd
commit 83a6090c26
2 changed files with 80 additions and 1 deletions
+2 -1
View File
@@ -2,4 +2,5 @@
^/\.git
^/\.gitignore
^/\archive
privoxy_config
privoxy_config
awg_exclude.json
+78
View File
@@ -0,0 +1,78 @@
[
{
"hostname": "localhost",
"ip": "192.168.1.0/24"
},
{
"hostname": "ada-dev.ru",
"ip": "157.22.231.198"
},
{
"hostname": "adminvps.ru",
"ip": "5.253.61.60"
},
{
"hostname": "altlinux.org",
"ip": "194.107.17.137"
},
{
"hostname": "deepseek.com",
"ip": "3.173.21.63"
},
{
"hostname": "devel.mephi.ru",
"ip": "85.143.112.71"
},
{
"hostname": "disk.yandex.ru",
"ip": "87.250.250.50"
},
{
"hostname": "github.com",
"ip": "140.82.121.3"
},
{
"hostname": "gosuslugi.ru",
"ip": "213.59.253.7"
},
{
"hostname": "market.yandex.ru",
"ip": "87.250.250.22"
},
{
"hostname": "mephi.ru",
"ip": "85.143.112.110"
},
{
"hostname": "practicum.yandex.ru",
"ip": "87.250.250.5"
},
{
"hostname": "puzzlebot.top",
"ip": "185.71.67.230"
},
{
"hostname": "reddit.com",
"ip": "151.101.129.140"
},
{
"hostname": "sogaz.ru",
"ip": "185.173.80.30"
},
{
"hostname": "tbank.ru",
"ip": "178.130.128.27"
},
{
"hostname": "vk.com",
"ip": "87.240.132.78"
},
{
"hostname": "wifi.mephi.ru",
"ip": "85.143.112.40"
},
{
"hostname": "yandex.ru",
"ip": "5.255.255.77"
}
]