0
I Use This!
Inactive

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Start better error handling when reading zone data More... over 11 years ago
panic() syntax More... over 11 years ago
Automatically reload json zone configuration More... over 11 years ago
Check .json files for updates every 5 seconds More... over 11 years ago
Less debug output More... over 11 years ago
Read the configuration and start the dns server in separate goroutines More... over 11 years ago
Move the 'keep running forever' code to geodns.go, minor tweaks More... over 11 years ago
Move types to types.go and configuration reading to config.go More... over 11 years ago
Update geoip package to version returning regular strings More... over 11 years ago
Cleanup some dead code More... over 11 years ago
Add filename and microseconds to output while developing/testing More... over 11 years ago
Use log instead of fmt More... over 11 years ago
Merge pull request #4 from miekg/master More... over 11 years ago
Some optimizations More... over 11 years ago
If records have weight, choose randomly based on weight More... over 11 years ago
Fix typo More... over 11 years ago
Calculated weight for 'weighted' labels, sort by server weight More... over 11 years ago
Add SOA to empty NOERROR replies More... over 11 years ago
Add SOA to NXDOMAIN replies More... over 11 years ago
Make sure NXDOMAIN replies have the 'aa' bit set More... over 11 years ago
Look for country version of a label More... over 11 years ago
Point dns import to github URL More... over 11 years ago
Add README More... over 11 years ago
Fix closure problem when serving multiple zones More... over 11 years ago
Make the server run without a working GeoIP database More... over 11 years ago
Serve all .json zones from the dns/ directory More... over 11 years ago
Handle more JSON format variations More... over 11 years ago
Make Options part of the Zone More... over 11 years ago
Return NXDOMAIN for unknown labels More... over 11 years ago
Support NS records More... over 11 years ago