From 6802f3ab7ee076d6315ae6a4892cdb13c382420b Mon Sep 17 00:00:00 2001 From: Rekryt Date: Sat, 12 Oct 2024 14:29:38 +0300 Subject: [PATCH] chore: new domains lists for shops --- config/shop/babook.org.json | 35 +++++++++++++++++ config/shop/ralphlauren.eu.json | 67 +++++++++++++++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 config/shop/babook.org.json create mode 100644 config/shop/ralphlauren.eu.json diff --git a/config/shop/babook.org.json b/config/shop/babook.org.json new file mode 100644 index 0000000..9f9df90 --- /dev/null +++ b/config/shop/babook.org.json @@ -0,0 +1,35 @@ +{ + "domains": [ + "babook.org", + "www.babook.org" + ], + "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.88.29", + "172.67.171.254" + ], + "ip6": [ + "2606:4700:3031::ac43:abfe", + "2606:4700:3032::6815:581d" + ], + "cidr4": [ + "104.16.0.0/12", + "172.64.0.0/13" + ], + "cidr6": [ + "2606:4700::/64" + ], + "external": { + "domains": [], + "ip4": [], + "ip6": [], + "cidr4": [], + "cidr6": [] + } +} \ No newline at end of file diff --git a/config/shop/ralphlauren.eu.json b/config/shop/ralphlauren.eu.json new file mode 100644 index 0000000..ecd6ce7 --- /dev/null +++ b/config/shop/ralphlauren.eu.json @@ -0,0 +1,67 @@ +{ + "domains": [ + "ralphlauren.eu", + "www.ralphlauren.eu" + ], + "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.65.222", + "116.51.25.129", + "116.51.25.130", + "116.51.25.131", + "116.51.25.132", + "116.51.25.133", + "116.51.25.134", + "140.174.14.130", + "140.174.14.131", + "140.174.14.132", + "140.174.14.143", + "172.67.193.131", + "188.114.96.7", + "188.114.97.7" + ], + "ip6": [ + "2606:4700:3034::6815:41de", + "2606:4700:3035::ac43:c183", + "2a06:98c1:3120::7", + "2a06:98c1:3121::7" + ], + "cidr4": [ + "104.16.0.0/12", + "116.128.0.0/10", + "116.192.0.0/14", + "116.196.0.0/15", + "116.198.0.0/16", + "116.199.0.0/17", + "116.199.128.0/18", + "116.199.192.0/19", + "116.50.128.0/17", + "116.50.24.0/21", + "116.50.32.0/19", + "116.50.64.0/18", + "116.51.0.0/16", + "116.52.0.0/14", + "116.56.0.0/13", + "116.64.0.0/10", + "140.174.0.0/16", + "172.64.0.0/13", + "188.114.96.0/22" + ], + "cidr6": [ + "2606:4700::/64", + "2a06:98c1::/64" + ], + "external": { + "domains": [], + "ip4": [], + "ip6": [], + "cidr4": [], + "cidr6": [] + } +} \ No newline at end of file