Browse Source

blockcheck: mdig dns cache

pull/193/head
bol-van 10 months ago
parent
commit
4dd27c848f
  1. 6
      common/base.sh
  2. 3
      install_easy.sh

6
common/base.sh

@ -275,6 +275,12 @@ replace_char()
echo "$@" | tr $a $b echo "$@" | tr $a $b
} }
setup_md5()
{
MD5=md5sum
exists $MD5 || MD5=md5
}
random() random()
{ {
# $1 - min, $2 - max # $1 - min, $2 - max

3
install_easy.sh

@ -24,8 +24,7 @@ GET_LIST="$IPSET_DIR/get_config.sh"
[ -n "$TPPORT" ] || TPPORT=988 [ -n "$TPPORT" ] || TPPORT=988
MD5=md5sum setup_md5
exists $MD5 || MD5=md5
check_readonly_system() check_readonly_system()
{ {

Loading…
Cancel
Save