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
ca8f0e6e
Commit
ca8f0e6e
authored
Feb 12, 2026
by
System Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
router/a_no_egw.sh: remove obsolete script
Co-Authored-By:
Claude Opus 4.6
<
noreply@anthropic.com
>
parent
0817005d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
a_no_egw.sh
router/a_no_egw.sh
+0
-17
No files found.
router/a_no_egw.sh
deleted
100755 → 0
View file @
0817005d
#!/bin/sh
SETNAME
=
rkz
arg
=
$1
get_ipv4_list
()
{
echo
"
$1
"
|
grep
-q
"[a-z]"
||
return
0
dig
"
$1
"
A |
grep
-v
"^;"
|
grep
"IN[[:space:]]*A[[:space:]]"
|
sed
-e
"s|.*[[:space:]]||"
}
for
ip
in
$(
get_ipv4_list
$arg
)
;
do
echo
"add
$ip
"
ipset del
$SETNAME
$ip
echo
"
$ip
"
>>
a_no_egw.list
done
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