From a282552ad96a259686b03fdb692e698252fa0da8 Mon Sep 17 00:00:00 2001 From: dag Date: Sat, 19 Mar 2022 03:46:55 +0100 Subject: [PATCH] Updated Debug mode (markdown) --- Debug-mode.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Debug-mode.md b/Debug-mode.md index a0422f1..bc4bc16 100644 --- a/Debug-mode.md +++ b/Debug-mode.md @@ -5,7 +5,13 @@ Enabling debug mode on a public server may result in malicious clients retrievin *** Debug mode enables error reporting and prevents loading data from the cache (data is still written to the cache). -To enable debug mode, create a file named 'DEBUG' in the root directory of RSS-Bridge (next to `index.php`). For further security, insert your IP address in the file. You can add multiple addresses, one per line. +To enable debug mode, create a file named 'DEBUG' in the root directory of RSS-Bridge (next to `index.php`): + + touch DEBUG + +For further security, insert your IP address in the file. You can add multiple addresses, one per line: + + echo 127.0.0.1 >> DEBUG _Notice_: