You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
255 B
Markdown

For annoying RSS channels that have bot protection and thus cannot be subscribed to.
# Installing
```
npm install
cp rss-proxy.service /etc/systemd/system/xml-proxy.service
sudo systemctl daemon-reload
sudo systemctl enable --now rss-proxy.service
```