From 763786da3f833f36ea7dc622132d7d9ae3b38be3 Mon Sep 17 00:00:00 2001 From: Andrevich <47223721+1andrevich@users.noreply.github.com> Date: Sat, 28 Sep 2024 21:22:21 +0400 Subject: [PATCH] Delete config.json --- config.json | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 config.json diff --git a/config.json b/config.json deleted file mode 100644 index 0d69df9..0000000 --- a/config.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "input": [ - { - "type": "text", - "action": "add", - "args": { - "name": "refilter", - "uri": "https://raw.githubusercontent.com/1andrevich/Re-filter-lists/refs/heads/main/ipsum.lst", - "onlyIPType": "ipv4" - } - }, - { - "type": "private", - "action": "add" - } - ], - "output": [ - { - "type": "v2rayGeoIPDat", - "action": "output", - "args": { - "outputName": "geoip.dat", - "wantedList": ["refilter", "private"] - } - } - ] -}