From 61b523938cec6ddc0d4e46986bfcde60011642fc Mon Sep 17 00:00:00 2001 From: ABerberovic Date: Thu, 27 May 2021 09:11:26 +0200 Subject: [PATCH] cleared for merge with official repository --- .gitignore | 5 ----- config.json | 4 ++-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3f59108e..409440e3 100644 --- a/.gitignore +++ b/.gitignore @@ -29,8 +29,3 @@ gophish_admin.key *.exe gophish.db* gophish -/.idea/.gitignore -/.idea/gophish-attachment-tracking.iml -/.idea/modules.xml -/package-lock.json -/.idea/vcs.xml diff --git a/config.json b/config.json index 1c0a6abc..8d6ff39d 100644 --- a/config.json +++ b/config.json @@ -1,13 +1,13 @@ { "admin_server": { "listen_url": "127.0.0.1:3333", - "use_tls": false, + "use_tls": true, "cert_path": "gophish_admin.crt", "key_path": "gophish_admin.key", "trusted_origins": [] }, "phish_server": { - "listen_url": "0.0.0.0:4444", + "listen_url": "0.0.0.0:80", "use_tls": false, "cert_path": "example.crt", "key_path": "example.key"