Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gelworm

What it this?

It is dns server. This server return resolver IP address in A Record.

Run

$ go get github.com/kimitoboku/gelworm
$ gelworm
$ dig @localhost -p 15353 www.example.com -4

; <<>> DiG 9.10.6 <<>> @localhost -p 15353 www.example.com -4
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23324
;; flags: qr rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;www.example.com.		IN	A

;; ANSWER SECTION:
www.example.com.	3600	IN	A	127.0.0.1

;; Query time: 0 msec
;; SERVER: 127.0.0.1#15353(127.0.0.1)
;; WHEN: Thu Aug 08 17:56:04 JST 2019
;; MSG SIZE  rcvd: 64

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages