This commit is contained in:
Miek Gieben 2011-02-09 22:10:55 +01:00
parent 7794ab9a5c
commit 3f8ac4cce4
2 changed files with 0 additions and 30 deletions

View File

@ -1,8 +0,0 @@
# Copyright 2009 The Go Authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.
include $(GOROOT)/src/Make.inc
TARG=s
GOFILES=s.go
DEPS=../../
include $(GOROOT)/src/Make.cmd

View File

@ -1,22 +0,0 @@
// A nameserver in Go
// Zones must be defined by hand currently (this is a work-in-progress in the
// Go DNS library)
// It tries to do the correct things, formerr, nxdomain and answers
// it does ONLINE signing, with a predefined key, there is no ZSK/KSK destinction
// It DOES NOT DO NSEC/NSEC3 yet
package main
import (
/*
"net"
"dns"
"dns/responder"
"os"
"flag"
"fmt"
"strings"
*/
)
func main() {
}