mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-18 08:54:20 +03:00
fixed header formatting
parent
fea57c00b1
commit
45a8d71f8f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
RSS-Bridge supports whitelists in order to limit the available bridges on your web server. Once you have installed and accessed RSS-Bridge for the first time, a file named `whitelist.txt` will automatically be created in the root folder of RSS-Bridge.
|
RSS-Bridge supports whitelists in order to limit the available bridges on your web server. Once you have installed and accessed RSS-Bridge for the first time, a file named `whitelist.txt` will automatically be created in the root folder of RSS-Bridge.
|
||||||
|
|
||||||
#Specific whitelisting
|
# Specific whitelisting
|
||||||
|
|
||||||
In order to specifically whitelist bridges, open `whitelist.txt` and add one line for each bridge you want to show. Make sure you use normal [line-feeds](https://en.wikipedia.org/wiki/Newline "Line-feed") at the end of a line (LF not [CRLF](https://en.wikipedia.org/wiki/Carriage_return "Carriage-return line-feed")). The bridge name must match the filename of the bridge in the bridges folder (see [folder structure](Folder-structure)). The name may or may not include the 'Bridge' part.
|
In order to specifically whitelist bridges, open `whitelist.txt` and add one line for each bridge you want to show. Make sure you use normal [line-feeds](https://en.wikipedia.org/wiki/Newline "Line-feed") at the end of a line (LF not [CRLF](https://en.wikipedia.org/wiki/Carriage_return "Carriage-return line-feed")). The bridge name must match the filename of the bridge in the bridges folder (see [folder structure](Folder-structure)). The name may or may not include the 'Bridge' part.
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ Wikipedia
|
||||||
Twitter
|
Twitter
|
||||||
```
|
```
|
||||||
|
|
||||||
#Global whitelisting
|
# Global whitelisting
|
||||||
|
|
||||||
In order to globally whitelist all bridges, open the `whitelist.txt` file, remove all contents and just write an asterisk `*` into the file (only this one character).
|
In order to globally whitelist all bridges, open the `whitelist.txt` file, remove all contents and just write an asterisk `*` into the file (only this one character).
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue