Browse Source

more chmod fixes

pull/21/head
bolvan 7 years ago
parent
commit
667afc814e
  1. 0
      binaries/armhf/tpws
  2. 0
      binaries/mips32r1-lsb/tpws
  3. 0
      binaries/mips32r1-msb/tpws
  4. 0
      binaries/x86_64/tpws
  5. 2
      ipset/def.sh

0
binaries/armhf/tpws

0
binaries/mips32r1-lsb/tpws

0
binaries/mips32r1-msb/tpws

0
binaries/x86_64/tpws

2
ipset/def.sh

@ -4,12 +4,14 @@ ZIPLIST=$EXEDIR/zapret-ip.txt
ZIPLIST_EXCLUDE=$EXEDIR/zapret-ip-exclude.txt
ZIPLIST_USER=$EXEDIR/zapret-ip-user.txt
ZUSERLIST=$EXEDIR/zapret-hosts-user.txt
ZHOSTLIST=$EXEDIR/zapret-hosts.txt
ZIPSET_IPBAN=ipban
ZIPLIST_IPBAN=$EXEDIR/zapret-ip-ipban.txt
ZIPLIST_USER_IPBAN=$EXEDIR/zapret-ip-user-ipban.txt
ZUSERLIST_IPBAN=$EXEDIR/zapret-hosts-user-ipban.txt
getuser()
{
[ -f $ZUSERLIST ] && {

Loading…
Cancel
Save