2016-01-07 14:12:18 +01:00
|
|
|
# DNSmanager (en)
|
|
|
|
|
|
|
|
This project is about managing DNS zones with a simple website, provinding a
|
|
|
|
name to anyone on the Internet. It is binded to the [netlib.re][netlibre]
|
|
|
|
project. This service let you manage your dynamic IP address with your domain so
|
|
|
|
you don't need DynDNS anymore, and it's all libre software !
|
|
|
|
|
|
|
|
The association managing the infrastructure behind this service is [Alsace
|
|
|
|
Réseau Neutre][arn] which is an ethical ISP based in Alsace, France. Don't be
|
|
|
|
shy, go ask your questions !
|
|
|
|
|
|
|
|
# DNSmanager (fr)
|
2015-12-23 00:15:38 +01:00
|
|
|
|
|
|
|
Ce projet est un programme de gestion de zones DNS à partir d'un site web
|
|
|
|
simple, permettant à chacun d'avoir un nom sur **Internet**. Il est lié au
|
2016-01-07 14:12:18 +01:00
|
|
|
service en ligne [netlib.re][netlibre]. Ce service en ligne peut
|
2015-12-23 00:15:38 +01:00
|
|
|
remplacer avantageusement DynDNS puisqu'il est basé sur du code libre, et une
|
|
|
|
association s'occupe de son maintien ([Alsace Réseau
|
2016-01-07 14:12:18 +01:00
|
|
|
Neutre][arn], éthique++).
|
2015-12-23 00:15:38 +01:00
|
|
|
|
|
|
|
De manière factuelle :
|
|
|
|
|
|
|
|
- des utilisateurs peuvent s'enregistrer puis
|
|
|
|
- ajouter, supprimer, modifier des zones DNS
|
|
|
|
- mettre à jour un enregistrement A ou AAAA automatiquement via un script
|
|
|
|
|
|
|
|
- des administrateurs sont là pour
|
|
|
|
- supprimer des zones, des utilisateurs
|
|
|
|
- vous aider sur IRC (#arn sur irc.geeknode.org) ! \o/
|
2013-05-28 11:34:05 +02:00
|
|
|
|
2014-07-06 00:30:23 +02:00
|
|
|
## Outils
|
2013-05-28 11:34:05 +02:00
|
|
|
|
2015-10-13 19:06:37 +02:00
|
|
|
* [Dancer2](http://perldancer.org/)
|
2015-12-21 09:39:50 +01:00
|
|
|
* [Net::DNS](https://metacpan.org/pod/Net::DNS)
|
2014-07-06 00:30:23 +02:00
|
|
|
* [Bootstrap](http://twitter.github.io/bootstrap/)
|
2014-03-04 00:45:33 +01:00
|
|
|
* [DBD::mysql](https://metacpan.org/module/DBD::mysql)
|
2015-10-13 19:06:37 +02:00
|
|
|
* [Moo](https://metacpan.org/pod/Moo)
|
|
|
|
* [Crypt::Digest::SHA256](https://metacpan.org/pod/Crypt::Digest::SHA256)
|
2013-05-28 11:34:05 +02:00
|
|
|
|
2014-03-04 00:45:33 +01:00
|
|
|
## TODO
|
2014-01-20 01:08:03 +01:00
|
|
|
|
2016-01-07 14:12:18 +01:00
|
|
|
* zone delegation
|
|
|
|
* REST API
|
2015-12-23 00:15:38 +01:00
|
|
|
* captcha ?
|
2016-01-07 14:12:18 +01:00
|
|
|
|
|
|
|
[netlibre]: https://netlib.re/
|
|
|
|
[arn]: https://www.arn-fai.net
|