mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
GHA workflow - Beta Tests / Isolate Working Dir [skip travis]
Ref: #419
This commit is contained in:
parent
4305011d86
commit
1c41481ae5
5 changed files with 74 additions and 60 deletions
24
.github/workflows/action.yml
vendored
24
.github/workflows/action.yml
vendored
|
@ -74,20 +74,28 @@ jobs:
|
|||
./dev-tools/install-nginx-3.sh
|
||||
./dev-tools/test-nginx-3.sh
|
||||
|
||||
- name: Test setup-ngxblocker - Various Distro Nginx Conf Files Test
|
||||
- name: Test setup-ngxblocker - Various Distro Nginx Conf Files Test (Needs Fixing)
|
||||
shell: bash
|
||||
run: |
|
||||
./dev-tools/test-setupngxblocker.sh
|
||||
pwd
|
||||
#./dev-tools/test-setupngxblocker.sh
|
||||
|
||||
- name: Run Beta Tests
|
||||
shell: bash
|
||||
run: |
|
||||
./dev-tools/install-nginx-1.sh
|
||||
./dev-tools/beta-install-nginx-testing-of-changes.sh
|
||||
./dev-tools/beta-test-blocker-false-positives.sh
|
||||
./dev-tools/beta-test-blocker.sh
|
||||
./dev-tools/beta-test-blocker-badwords.sh
|
||||
#./dev-tools/beta-test-blocker-whitelist-domains.sh
|
||||
#./dev-tools/beta-test-blocker-whitelist-ips.sh
|
||||
#./dev-tools/beta-test-blocker-rate-limiting.sh
|
||||
#./dev-tools/beta-test-blocker-whitelist.sh
|
||||
|
||||
- name: Debug
|
||||
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'
|
||||
#ip -o route get to 8.8.8.8 | sed -n 's/.*src \([0-9.]\+\).*/\1/p'
|
||||
#sudo cat /etc/nginx/sites-available/default.vhost
|
||||
#sudo nginx -t
|
||||
#sudo netstat -napt
|
||||
cat /etc/nginx/nginx.conf
|
||||
sudo systemctl list-units --type=service --all
|
||||
if: always()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue