From 119e74f5ef0f9ae2da2f6e0c2709c7ec460ae371 Mon Sep 17 00:00:00 2001 From: jowj Date: Tue, 21 Jan 2020 15:10:09 -0600 Subject: [PATCH] Add http targets, domains to check to vars file. --- arkevars.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/arkevars.py b/arkevars.py index 3104cb4..6c3c63c 100644 --- a/arkevars.py +++ b/arkevars.py @@ -1,8 +1,14 @@ httpTargets = ( "https://bouncer.awful.club:5000", - "https://my.awful.club" + "https://my.awful.club", + "https://me.jowj.net", + "https://matrix.awful.club" ) containerTargets = ( "slack.awful.club" -) \ No newline at end of file +) + +domains_to_check = ( + "jowj.net" +)