diff --git a/.stow-local-ignore b/.stow-local-ignore index 0a90edf..98f05a2 100644 --- a/.stow-local-ignore +++ b/.stow-local-ignore @@ -2,4 +2,5 @@ ^/\.git ^/\.gitignore ^/\archive -privoxy_config \ No newline at end of file +privoxy_config +awg_exclude.json \ No newline at end of file diff --git a/awg_exclude.json b/awg_exclude.json new file mode 100644 index 0000000..93fc16f --- /dev/null +++ b/awg_exclude.json @@ -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" + } +]