From 0f8d8a10846448a823329e8a5169cd3c51b7a408 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:18:13 +0200 Subject: [PATCH] Fix bad system call --- conf/default.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/default.yml b/conf/default.yml index b2e5dad..b68c3f9 100644 --- a/conf/default.yml +++ b/conf/default.yml @@ -140,9 +140,8 @@ id: 'aid' # Sign to ActivityPub GET request (default: false) #signToActivityPubGet: true -#allowedPrivateNetworks: [ -# '127.0.0.1/32' -#] +allowedPrivateNetworks: [ +] # Upload or download file size limits (bytes) #maxFileSize: 262144000