Skip to content

Commit

Permalink
doc updates
Browse files Browse the repository at this point in the history
Signed-off-by: Miek Gieben <[email protected]>
  • Loading branch information
miekg committed Jan 13, 2024
1 parent b1c92bc commit dd3b304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notproxy/notprox.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ import (
"github.com/miekg/dns"
)

// route holds all the routing information
// routes holds all the routing information.
var routes = []Route{
{"miek.nl.", net.ParseIP("127.0.0.1"), net.ParseIP("10.10.0.1")},
{Zone: "miek.nl.", From: net.ParseIP("127.0.0.1"), To: net.ParseIP("10.10.0.1")},
}

func main() {
Expand Down

0 comments on commit dd3b304

Please sign in to comment.