From 2cd055c0a22116a57e5811d1f5d10103ed95a735 Mon Sep 17 00:00:00 2001 From: Rekryt Date: Sun, 1 Jun 2025 17:42:00 +0300 Subject: [PATCH] chore: add dept.one --- config/news/dept.one.json | 52 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 config/news/dept.one.json diff --git a/config/news/dept.one.json b/config/news/dept.one.json new file mode 100644 index 0000000..1636b23 --- /dev/null +++ b/config/news/dept.one.json @@ -0,0 +1,52 @@ +{ + "domains": [ + "agent.dept.one", + "ctf.dept.one", + "dept.one", + "mta-sts.dept.one", + "www.agent.dept.one", + "www.dept.one" + ], + "dns": [ + "127.0.0.11:53", + "77.88.8.88:53", + "8.8.8.8:53", + "1.1.1.1:53" + ], + "timeout": 3600, + "ip4": [ + "104.21.112.1", + "104.21.16.1", + "104.21.32.1", + "104.21.48.1", + "104.21.64.1", + "104.21.80.1", + "104.21.96.1", + "138.197.58.222", + "45.55.122.20" + ], + "ip6": [ + "2606:4700:3030::6815:1001", + "2606:4700:3030::6815:2001", + "2606:4700:3030::6815:3001", + "2606:4700:3030::6815:4001", + "2606:4700:3030::6815:5001", + "2606:4700:3030::6815:6001", + "2606:4700:3030::6815:7001" + ], + "cidr4": [ + "104.16.0.0/12", + "138.197.0.0/16", + "45.55.0.0/16" + ], + "cidr6": [ + "2606:4700::/32" + ], + "external": { + "domains": [], + "ip4": [], + "ip6": [], + "cidr4": [], + "cidr6": [] + } +} \ No newline at end of file