https://github.com/hexsum/anyevent-dns-nameserver
AnyEvent::DNS::Nameserver - DNS server class using AnyEvent
https://github.com/hexsum/anyevent-dns-nameserver
Last synced: 3 months ago
JSON representation
AnyEvent::DNS::Nameserver - DNS server class using AnyEvent
- Host: GitHub
- URL: https://github.com/hexsum/anyevent-dns-nameserver
- Owner: hexsum
- Created: 2015-03-17T03:54:45.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T00:21:31.000Z (about 10 years ago)
- Last Synced: 2024-12-29T17:50:52.258Z (about 1 year ago)
- Language: Perl
- Size: 7.81 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: Changes
Awesome Lists containing this project
README
AnyEvent::DNS::Nameserver v1.2
========================
INSTALLATION:
perl Makefile.PL
make
make test
make install
DEPENDENCIES:
AnyEvent::Handle::UDP
Net::DNS
COPYRIGHT 和 LICENCE
Copyright (C) 2014 by sjdy521
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.8 or,
at your option, any later version of Perl 5 you may have available.