Skip to content

Commit

Permalink
fix ddos scripts version
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoSpyke committed Nov 13, 2022
1 parent 6340365 commit 3dff888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ tor_ExitPolicy:
# Default version of https://github.com/toralf/torutils,
# DDoS traffic blocking scripts
tor_configure_anti_ddos: yes
tor_antiDDosUtilsVersion: "v22.09.3"
tor_antiDDosUtilsVersion: "main"
7 changes: 1 addition & 6 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -193,15 +193,10 @@
- always

- name: Anti-DDoS configuration (debian-based OSes only)
import_tasks: anti-ddos.yml
import_tasks: anti_ddos.yml
when: tor_configure_anti_ddos
tags:
- debian
- install
#- centos
#- fedora
#- openbsd
#- freebsd

- name: Disable Root Login if needed
become: yes
Expand Down

0 comments on commit 3dff888

Please sign in to comment.