MagiTrickle/README.md

26 lines
673 B
Markdown
Raw Normal View History

2024-08-24 01:29:29 +03:00
# kvas2-go
Better implementation of [KVAS](https://github.com/qzeleza/kvas)
2024-08-26 19:10:40 +03:00
Realized features:
- [x] DNS Proxy (UDP)
- [x] DNS Proxy (TCP)
2024-09-05 03:59:03 +03:00
- [x] Records memory
2024-09-05 05:42:43 +03:00
- [x] IPTables rules for rebind DNS server port
2024-08-30 04:40:46 +03:00
- [X] IPSet integration
2024-09-05 03:59:03 +03:00
- [X] IP integration
2024-09-05 05:42:43 +03:00
- [X] IPTables rules to IPSet
2024-09-06 15:48:15 +03:00
- [X] Catch interface up/down
2024-09-06 16:50:56 +03:00
- [X] Catch `netfilter.d` event
2024-09-14 20:21:54 +03:00
- [X] Rule composer (CRUD)
2024-09-05 03:59:03 +03:00
- [ ] GORM integration
- [X] Listing of interfaces
2024-08-24 01:29:29 +03:00
- [ ] HTTP API
- [ ] HTTP GUI
2024-09-05 03:59:03 +03:00
- [ ] CLI
2024-09-06 21:09:36 +03:00
- [X] (Keenetic) Support for custom interfaces
2024-09-05 03:59:03 +03:00
- [ ] It is not a concept now... REFACTORING TIME!!!
- [ ] (Keenetic) Getting readable names of interfaces from Keenetic NDMS
2024-08-24 01:29:29 +03:00
- [ ] HTTP Auth
2024-09-14 15:16:50 +03:00
- [ ] IPv6 support