mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-17 21:22:35 +08:00
67acbb7f47ca5d3c40dc5d512589fb70a988c7a6

dnsmessage.Builder
- It automatically populates the header for us, which would have been a big headache to do manually. - Switched `ENOTFOUND` to `ErrNotFound`, and updated the error message as well. As sad as it was to make this switch, I must acknowledge that I'm coding in Go, not C, and I should follow its conventions. - TWO OF THE TESTS ARE BROKEN. I know, I'll fix them soon. I should have fixed the tests first, then the code, but I was overeager.
sslip.io
sslip.io is a domain that maps specially-crafted DNS A records to IP addresses (e.g. "127-0-0-1.sslip.io" maps to 127.0.0.1). It is similar to, inspired by, and uses much of the code of xip.io.
Refer to the website (sslip.io) for more information.
k8s/document_root/
contains the HTML content of the sslip.io websiteci/
contains the Concourse continuous integration (CI) pipeline and task.spec/
contains the RSpec files for test driven development (TDD). To run the tests:
DOMAIN=sslip.io rspec --format documentation --color spec
conf/sslip.io+nono.io.yml
contains the PowerDNS's pipe backend's configuration in YAML format for use with BOSH. Thepdns_pipe
key is the pipe backend script, andpdns_pipe_conf
is its configuration file.
Description
Languages
Go
80.9%
HTML
14.2%
Ruby
2.7%
Dockerfile
1.8%
Shell
0.4%