From 3e7091702cf5c7830f769b4f0bb1e4063a1971b0 Mon Sep 17 00:00:00 2001 From: Vladimir Avtsenov Date: Thu, 5 Sep 2024 03:59:03 +0300 Subject: [PATCH] refactor readme --- README.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 7061b9e..3039375 100644 --- a/README.md +++ b/README.md @@ -5,17 +5,19 @@ Better implementation of [KVAS](https://github.com/qzeleza/kvas) Realized features: - [x] DNS Proxy (UDP) - [ ] DNS Proxy (TCP) -- [x] Records table -- [x] IPTables rules to remap DNS server [1] -- [ ] Rule composer -- [ ] List loading/watching (temporary) +- [x] Records memory +- [x] IPTables rules for rebind DNS server port [1] - [X] IPSet integration -- [X] Listing of interfaces +- [X] IP integration - [ ] 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 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 [1] Example