refactor readme

This commit is contained in:
Vladimir Avtsenov 2024-09-05 03:59:03 +03:00
parent 3c3286fa34
commit 3e7091702c

View File

@ -5,17 +5,19 @@ Better implementation of [KVAS](https://github.com/qzeleza/kvas)
Realized features: Realized features:
- [x] DNS Proxy (UDP) - [x] DNS Proxy (UDP)
- [ ] DNS Proxy (TCP) - [ ] DNS Proxy (TCP)
- [x] Records table - [x] Records memory
- [x] IPTables rules to remap DNS server [1] - [x] IPTables rules for rebind DNS server port [1]
- [ ] Rule composer
- [ ] List loading/watching (temporary)
- [X] IPSet integration - [X] IPSet integration
- [X] Listing of interfaces - [X] IP integration
- [ ] IPTables rules to IPSet [2] - [ ] IPTables rules to IPSet [2]
- [ ] It is not a concept now... REFACTORING TIME!!! - [ ] Rule composer (CRUD)
- [ ] GORM integration
- [X] Listing of interfaces
- [ ] HTTP API - [ ] HTTP API
- [ ] HTTP GUI - [ ] HTTP GUI
- [ ] Getting readable names of interfaces from Keenetic NDMS - [ ] CLI
- [ ] It is not a concept now... REFACTORING TIME!!!
- [ ] (Keenetic) Getting readable names of interfaces from Keenetic NDMS
- [ ] HTTP Auth - [ ] HTTP Auth
[1] Example [1] Example