From 83a6090c26c5e7ee3919e128243ba67543e82ad1 Mon Sep 17 00:00:00 2001 From: Dmitry <124861781+ada-dmitry@users.noreply.github.com> Date: Wed, 18 Feb 2026 14:01:01 +0300 Subject: [PATCH] =?UTF-8?q?feat(awg=5Fexclude):=20=D0=B4=D0=BE=D0=B1=D0=B0?= =?UTF-8?q?=D0=B2=D0=BB=D0=B5=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D0=B0=20=D0=B8=D1=81=D0=BA=D0=BB=D1=8E=D1=87=D0=B5=D0=BD=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=B4=D0=BB=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8?= =?UTF-8?q?=D0=B3=D1=83=D1=80=D0=B0=D1=86=D0=B8=D0=B8=20=D1=81=D0=B5=D1=82?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .stow-local-ignore | 3 +- awg_exclude.json | 78 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 80 insertions(+), 1 deletion(-) create mode 100644 awg_exclude.json 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" + } +]