mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
463 B
463 B
Modify config.ini.php
to limit available bridges. Those changes should be applied in the [system]
section.
Enable all bridges
[system]
enabled_bridges[] = *
Enable some bridges
[system]
enabled_bridges[] = TwitchBridge
enabled_bridges[] = GettrBridge
Enable all bridges (legacy shortcut)
echo '*' > whitelist.txt
Enable some bridges (legacy shortcut)
echo -e "TwitchBridge\nTwitterBridge" > whitelist.txt