NAMEinator
NAMEinator copied to clipboard
NAMEinator DNS Benchmark tool (namebench successor)
OS: linux ARCH: amd64 ------------- trying to load nameservers from datasrc/nameserver-globals.csv panic: runtime error: index out of range [1] with length 1 goroutine 1 [running]: main.readNameserversFromFile({0xc00010abd0, {{0x0, 0x0}, 0x0, 0x0,...
It seems to have problems to fetch the DNS list ``` ╰─$ nameinator -debug [2] starting NAMEinator - version custom understood the following configuration: {numberOfDomains:100 debug:true contest:true nameserver:} ------------- NOTE:...
I just downloaded this through Arch Linux and "yay -S nameinator". Then I tried to use the tool and I get: ``` trying to load nameservers from datasrc/nameserver-globals.csv panic: runtime...
datasrc folder is missing from releases
Hi - got a "panic: runtime error: slice bounds out of range [:100] with capacity 32" Steps: Downloaded [NAMEinator_0.0.5_windows_amd64.tar.gz](https://github.com/mrwiora/NAMEinator/releases/download/v0.0.5/NAMEinator_0.0.5_windows_amd64.tar.gz) Windows 11 Cmd (admin) prompt: D:\Downloads>mkdir NAMEinator D:\Downloads>tar -xvzf "D:\Downloads\NAMEinator_0.0.5_windows_amd64.tar.gz" -C...
go modules are on by default with 1.16, and the repo seems to incorrectly declare its import path. Trying `go get` results in an error: ``` vladimir@minim1 ~ % go...
The Win version is missing the data it needs to actually run and do anything. Has to be found in source.zip or source.tar.gz (and people unfamiliar with this sort of...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns) from 1.1.31 to 1.1.43. Commits 996478e Release 1.1.43 bd70190 Move makeDataOpt into edns.go (#1273) 595ee5a Adding TCPKeepAlive to makeDataOpt (#1272) ce48a4b small cleans from go report card (#1268)...
This PR add support for two config files: ~/.config/nameinator/nameserver-globals.csv and ~/.config/nameinator/domains.txt. Note that they are overwritten if their counterparts exist in the current working directory. So this really just quick...