---
sourcehut.conf | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/sourcehut.conf b/sourcehut.conf
index 7fb31b1..238700e 100644
--- a/sourcehut.conf
+++ b/sourcehut.conf
@@ -1,6 +1,9 @@
set $python "python3.12";
set_real_ip_from 127.0.0.0/16;
-set_real_ip_from 173.195.146.128/25;
+set_real_ip_from 10.0.0.0/8;
+set_real_ip_from 46.23.81.128/25;
+set_real_ip_from 2a03:6000:1812::/48;
+set_real_ip_from 2a03:6000:1813::/48;
if ($http_user_agent ~ Mastodon) {
return 420;
--
2.46.1