diff options
Diffstat (limited to 'outbound.conf.example')
-rw-r--r-- | outbound.conf.example | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/outbound.conf.example b/outbound.conf.example new file mode 100644 index 0000000..cdb5635 --- /dev/null +++ b/outbound.conf.example @@ -0,0 +1,18 @@ +# File: outbound.conf.example + +# WHITELIST of domains, one of which must be in the Referer header, to be given a redirect. If the referer is absent or not in this list, then the requester gets response 404. +WHITELIST = [ + "d2-03a", + "d2-03a:5000", + "d2-03a.ipa.internal.com", + "localhost", + "www.internal.com", + "www.example.com", + "server3", + "server3.ipa.internal.com", + "ipa.internal.com" +] +# DEBUG shows a small amount of debug info in server logs. +DEBUG = False +# ALLOW_DEBUG allows showing info to the requester if the requester provides header 'Debug: true'. It is recommended to disable this for production. +ALLOW_DEBUG = False |