Commit 0817005d authored by System Administrator's avatar System Administrator

router/a_add_manual.sh: switch SETNAME from rkz to egw

parent 607d48d3
#!/bin/sh
SETNAME=rkz
#echo "don't use"
#exit
SETNAME=egw
arg=$1
......@@ -13,6 +15,6 @@ get_ipv4_list()
for ip in $(get_ipv4_list $arg); do
echo "add $ip"
ipset add $SETNAME $ip || exit
echo "$ip" >> a_manual.list
#echo "$ip" >> a_manual.list
done
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment