add licence, readme and disable dns col in node_ip

This commit is contained in:
Oliver Gorwits
2012-01-13 22:20:35 +00:00
parent 3a4b0a9280
commit 0ba97ae31c
4 changed files with 153 additions and 2 deletions

4
Netdisco/bin/netdisco-web.pl Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env perl
use Dancer;
use Netdisco::Web;
dance;