https://github.com/greeneg/cloudns
BIND DNS and ISC DHCPD Management System backed by EtcD
https://github.com/greeneg/cloudns
dhcp dns etcd ipam perl
Last synced: 8 months ago
JSON representation
BIND DNS and ISC DHCPD Management System backed by EtcD
- Host: GitHub
- URL: https://github.com/greeneg/cloudns
- Owner: greeneg
- License: apache-2.0
- Created: 2017-01-20T04:14:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-07-10T16:02:14.000Z (almost 5 years ago)
- Last Synced: 2025-10-09T08:07:44.024Z (9 months ago)
- Topics: dhcp, dns, etcd, ipam, perl
- Language: Perl
- Homepage:
- Size: 57.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
Awesome Lists containing this project
README
# CloudNS
This is the CloudNS project Git repo for YggdrasilSoft.
We do all development of the CloudNS appliance in the open.
## What is CloudNS?
CloudNS is a network services appliance built on top of Linux with Perl's Dancer2 web framework.
The backing store for much of the software relies on coreos/etcd.
## Installation
To install the application, run the following commands:
```sh
perl Makefile.PL
make
make test
make install
```
## Support & Documentation
After installing, you can find documentation for CloudNS with the
perldoc command.
```sh
perldoc CloudNS
```
## License & Copyright
This software is Copyright (c) 2019, YggdrasilSoft, LLC.
This is free software, licensed under:
The Apache License, Version 2.0, January 2004