From 61cf4d16a01b6ef0aeb02c56637e6a6402547021 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Sat, 3 Sep 2022 18:23:16 -0500 Subject: [PATCH] Restrict access to firefly-importer --- playbooks/prod_web.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/prod_web.yml b/playbooks/prod_web.yml index cb61fcb..727e471 100755 --- a/playbooks/prod_web.yml +++ b/playbooks/prod_web.yml @@ -226,6 +226,9 @@ - name: firefly.desu.ltd proxy_pass: http://firefly:8080 - name: firefly-importer.desu.ltd + directives: + - "allow 24.182.160.0/20" + - "deny all" proxy_pass: http://firefly-importer:8080 - name: git.desu.ltd proxy_pass: http://gitea:3000