Readme updated
Informations updated
This commit is contained in:
parent
319f1abb2c
commit
02ee609cc4
1 changed files with 2 additions and 4 deletions
|
@ -4,9 +4,9 @@
|
||||||
|
|
||||||
Sacrebleu is a DNS authoritative nameserver made in Go with ``github.com/miekg/dns`` library.
|
Sacrebleu is a DNS authoritative nameserver made in Go with ``github.com/miekg/dns`` library.
|
||||||
|
|
||||||
Records are stored in a MySQL Database and cached using Redis.
|
Records are stored in a SQL Database and cached using Redis.
|
||||||
|
|
||||||
This software requires MySQL and Redis servers.
|
This software requires a SQL server and a Redis server.
|
||||||
|
|
||||||
This software is currently in development and NOT ready for production.
|
This software is currently in development and NOT ready for production.
|
||||||
|
|
||||||
|
@ -28,8 +28,6 @@ This software is currently in development and NOT ready for production.
|
||||||
- XFR
|
- XFR
|
||||||
- DNSSEC
|
- DNSSEC
|
||||||
- Unit tests
|
- Unit tests
|
||||||
- CI with auto packaging
|
|
||||||
- Optimization
|
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue