Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/junosuarez/dotbutts
it's a butt time for this dns proxy
https://github.com/junosuarez/dotbutts
Last synced: 8 days ago
JSON representation
it's a butt time for this dns proxy
- Host: GitHub
- URL: https://github.com/junosuarez/dotbutts
- Owner: junosuarez
- Created: 2014-10-09T21:01:20.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-12T05:51:01.000Z (about 10 years ago)
- Last Synced: 2024-08-08T17:18:05.904Z (3 months ago)
- Language: JavaScript
- Size: 156 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotbutts
a dns proxy for the .butts dns registry## disclaimer
i have no idea what dns even is## how to run & use .butts
requires node.js
```console
$ npm install -g dotbutts
$ dotbutts
```
You might have to do this with sudo permissions.Now you can resolve dns queries against your dns server:
```console
$ dig @localhost jden.butts
```For more usefulness, you might want to run this in an init script
and set your default dns server to localhost.## how does it work?
It looks for queries that end in .butts and tries to resolve them.
It falls back to Google's public 8.8.8.8 dns server.## how to register your own .butts
see https://github.com/jden/registry.butts## pull requests welcome!
please help improve documentation and code because this was just
a quick first effort## license
CC-0, do what you like