Commit 028b0ed0 authored by Vitaly Lipatov's avatar Vitaly Lipatov

add update_z-i_manual.sh

parent 48217865
#!/bin/sh
SETNAME=rkz
ip=$1
if echo "$ip" | grep -q "[a-z]" ; then
ip=$(resolve -s $ip)
fi
ipset add $SETNAME $ip
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