From b0d7e569a5783bee459efaab0bf7650bf28f1b15 Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 16 Jun 2025 22:02:08 -0500 Subject: [PATCH] Additional allowed hosts --- commonthread/commonthread/settings.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/commonthread/commonthread/settings.py b/commonthread/commonthread/settings.py index f860390..9e7d861 100644 --- a/commonthread/commonthread/settings.py +++ b/commonthread/commonthread/settings.py @@ -53,6 +53,9 @@ DEBUG = False ALLOWED_HOSTS = [ "commonthread.works", + "138.201.16.221", + "138.201.16.221:8030", + "138.201.16.221:8032", "commonthread.unnamed.computer", "turing.unnamed.computer", "localhost",