Releases: xtrime-ru/TelegramRSS
Releases · xtrime-ru/TelegramRSS
v3.1.1
v3.1.0
This release packed with handy features:
- If requested peer returned a permanent error, such as: private channel, invalid username, not a channel, etc... it will be cached. All following requests to such peer will return cached error. This allow to reduce number of invalid requests to telegram and avoid FLOOD_WAIT error.
- State of service saved on disk and loaded after restart. Bans, rate limits and invalid peers are now persistent. its allowed to inspect/edit this files in /cache folder, when service is stopped.
v3.0.3
v3.0.2
v3.0.1
v3.0.0
v2.0.1
New access control
New options in .env to customise access control: rpm, errors limit.
They allow to implement whitelist and blacklist of IP addresses.
For example: set rpm to 0 by default to block all requests, set unlimited rpm and errors limit for 127.0.0.1.
Docker support
Support for docker. Simple install: docker-compose up -d
.