https://github.com/framki/lt-rtk-ban
Lithuanian RTK banned-IP blocklist as a daily-updated sing-box rule-set (.srs) for podkop
https://github.com/framki/lt-rtk-ban
block blocklist geoip ip-blocklist lithuania podkop rtk rule-set sing-box srs
Last synced: 5 days ago
JSON representation
Lithuanian RTK banned-IP blocklist as a daily-updated sing-box rule-set (.srs) for podkop
- Host: GitHub
- URL: https://github.com/framki/lt-rtk-ban
- Owner: framki
- Created: 2026-06-13T10:31:44.000Z (6 days ago)
- Default Branch: main
- Last Pushed: 2026-06-13T14:32:15.000Z (5 days ago)
- Last Synced: 2026-06-13T15:27:27.054Z (5 days ago)
- Topics: block, blocklist, geoip, ip-blocklist, lithuania, podkop, rtk, rule-set, sing-box, srs
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# lt-rtk-ban
Block IPs banned by the Lithuanian telecoms regulator ([RTK](https://www.rtk.lt/uploads/documents/files/atviri-duomenys/neteisetos-veiklos-vykdytojai/IP_adresu_sarasas.txt)), auto-updated daily as a sing-box rule-set.
## Usage
### podkop
Add the URL in podkop's custom list settings:
```
https://github.com/framki/lt-rtk-ban/releases/latest/download/lt-banned.srs
```
### sing-box
```json
{
"tag": "lt-rtk-ban",
"type": "remote",
"format": "binary",
"url": "https://github.com/framki/lt-rtk-ban/releases/latest/download/lt-banned.srs",
"update_interval": "24h"
}
```
Reference it in a rule:
```json
{
"rule_set": "lt-rtk-ban",
"outbound": "block"
}
```