Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etersoft-admin-essentials
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etersoft-admin-essentials
Commits
345d9251
Commit
345d9251
authored
Feb 18, 2026
by
System Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add fetch_scripts.sh
parent
574b5705
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
2 deletions
+21
-2
fetch_antifilter.download.sh
router/fetch_antifilter.download.sh
+0
-0
fetch_antifilter.network.sh
router/fetch_antifilter.network.sh
+17
-0
get_ips_z-i.sh
router/get_ips_z-i.sh
+3
-1
update_egw.sh
router/update_egw.sh
+1
-1
No files found.
router/fetch_antifilter.sh
→
router/fetch_antifilter.
download.
sh
View file @
345d9251
File moved
router/fetch_antifilter.network.sh
0 → 100755
View file @
345d9251
#!/bin/sh
cd
/root/antifilter.network/
||
exit
#curl --silent https://antifilter.download/list/allyouneed.lst
# https://antifilter.network/ip
for
i
in
https://antifilter.network/download/ip6.lst
\
https://antifilter.network/downloads/custom.lst
\
https://antifilter.network/download/govno.lst
\
https://antifilter.network/download/subnet.lst
\
https://antifilter.network/download/ipsum.lst
\
https://antifilter.network/download/ipsmart.lst
\
https://antifilter.network/download/ip.lst
;
do
epm tool eget
--timestamping
$i
done
router/get_ips_z-i.sh
View file @
345d9251
...
@@ -12,7 +12,9 @@
...
@@ -12,7 +12,9 @@
#curl --silent https://antifilter.download/list/ipresolve.lst || exit 1
#curl --silent https://antifilter.download/list/ipresolve.lst || exit 1
#curl --silent https://antifilter.download/list/subnet.lst || exit 1
#curl --silent https://antifilter.download/list/subnet.lst || exit 1
./fetch_antifilter.sh
>
/dev/null
./fetch_antifilter.sh
>
/dev/null
cat
/root/antifilter/community.lst /root/antifilter/ipresolve.lst /root/antifilter/subnet.lst
cat
/root/antifilter/community.lst
cat
/root/antifilter/ipresolve.lst
cat
/root/antifilter/subnet.lst
#curl --silent https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv | cut -d";" -f1 | tr '|' '\n' | tr -d ' ' | grep -v Updated
#curl --silent https://raw.githubusercontent.com/zapret-info/z-i/master/dump.csv | cut -d";" -f1 | tr '|' '\n' | tr -d ' ' | grep -v Updated
#cat a_manual.list | grep -v "^#"
#cat a_manual.list | grep -v "^#"
...
...
router/update_egw.sh
View file @
345d9251
...
@@ -142,7 +142,7 @@ ipset -exist create $SETNAME $IPSTYPE maxelem $MAXELEM
...
@@ -142,7 +142,7 @@ ipset -exist create $SETNAME $IPSTYPE maxelem $MAXELEM
# ipset add $SETNAME.tmp $ip
# ipset add $SETNAME.tmp $ip
#done
#done
if
tru
e
;
then
if
fals
e
;
then
# use previous results too
# use previous results too
cp
$0
.list
$0
.list.human
cp
$0
.list
$0
.list.human
[
-s
"
$0
.list.old2"
]
&&
{
echo
>>
$0
.list
;
cat
$0
.list.old2
>>
$0
.list
;
}
[
-s
"
$0
.list.old2"
]
&&
{
echo
>>
$0
.list
;
cat
$0
.list.old2
>>
$0
.list
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment