From 68736fab3a8add5ccd1a2168e836eba9cfba096d Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 5 Jul 2021 09:20:34 +0200 Subject: [PATCH] GHA workflow - Debug blacklist-ips.conf [skip travis] --- .github/workflows/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index db5163dbd..5a87cc87a 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -66,6 +66,7 @@ jobs: shell: bash run: | sudo cat /etc/nginx/bots.d/blacklist-ips.conf + ifconfig | grep -Eo 'inet (addr:)?([0-9]*\.){3}[0-9]*' | grep -Eo '([0-9]*\.){3}[0-9]*' | grep -v '127.0.0.1' sudo cat /etc/nginx/sites-available/default.vhost sudo nginx -t sudo netstat -napt