all: change blacklist terms

This commit is contained in:
baptiste-b-pegasys
2021-07-29 10:17:40 +02:00
committed by GitHub
parent 56e9001a1a
commit 523866c2cc
8 changed files with 17 additions and 17 deletions

View File

@ -158,7 +158,7 @@ func checkEthstats(client *sshClient, network string) (*ethstatsInfos, error) {
if port != 80 && port != 443 {
config += fmt.Sprintf(":%d", port)
}
// Retrieve the IP blacklist
// Retrieve the IP banned list
banned := strings.Split(infos.envvars["BANNED"], ",")
// Run a sanity check to see if the port is reachable