Hide client IPs in the debug log

This commit is contained in:
Orazio 2019-07-01 15:44:00 +02:00
parent 8e3a951524
commit b823737b5a
2 changed files with 14 additions and 3 deletions

View file

@ -21,7 +21,7 @@ PKG_CACHE="/var/lib/apt/lists/"
UPDATE_PKG_CACHE="${PKG_MANAGER} update"
PKG_INSTALL="${PKG_MANAGER} --yes --no-install-recommends install"
PKG_COUNT="${PKG_MANAGER} -s -o Debug::NoLocking=true upgrade | grep -c ^Inst || true"
PIVPN_DEPS=(openvpn git tar wget grep iptables-persistent dnsutils expect whiptail net-tools)
PIVPN_DEPS=(openvpn git tar wget grep iptables-persistent dnsutils expect whiptail net-tools grepcidr)
### ###
pivpnGitUrl="https://github.com/pivpn/pivpn.git"