Changeset - e2975d0cef94
[Not reviewed]
0 1 0
x - 2 months ago 2025-03-14 23:43:42
xbr@c3l.lu
fix: replace check_vpn with TODO for blacklist download
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
gateway/initial_gw_setup.yml
Show inline comments
 
@@ -393,13 +393,13 @@
 
        weekday: "*"
 
      tags: config
 
    - name: Regularly download the peer blacklist
 
      ansible.builtin.cron:
 
        name: "download blacklist"
 
        user: root
 
        job: "/usr/local/bin/check_vpn.sh > /dev/null 2>&1"
 
        job: "echo \"TODO: add blacklist working download (accessible publicly via link\""
 
        state: "present"
 
        minute: "*/5"
 
        hour: "*"
 
        day: "*"
 
        month: "*"
 
        weekday: "*"
0 comments (0 inline, 0 general)