From bdaa6aed1820fe6cbaaba392f95fdd933820d728 Mon Sep 17 00:00:00 2001 From: ek0ms savi0r Date: Sun, 21 Jun 2026 17:56:29 +0000 Subject: [PATCH] Upload files to "examples" --- examples/scope.example.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 examples/scope.example.json diff --git a/examples/scope.example.json b/examples/scope.example.json new file mode 100644 index 0000000..95a2011 --- /dev/null +++ b/examples/scope.example.json @@ -0,0 +1,7 @@ +{ + "allowed_hosts": [ + "127.0.0.1", + "localhost" + ], + "allow_public": false +}