dns

DNS client and server implementations using the Go project's dnsmessage package
Log | Files | Refs | README | LICENSE

commit 8960d9d808cecb41ae6bf023cec57c0e133c77c6
parent 32888e323dda0ea3d9a7112643732358d57509e3
Author: Oliver Lowe <o@olowe.co>
Date:   Tue, 21 Dec 2021 16:56:14 +1100

ignore built recursor binary

Diffstat:
M.gitignore | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -1 +1,2 @@ cmd/dohproxy/dohproxy +cmd/recursor/recursor