mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-08 17:10:04 +08:00
c4e5dfb0ca009257ca2820bb73c031474d0b07b5
dnsmessage's Parser() and Builder()`
- Change Ginkgo's `To(Not(` to use the shorter `ToNot(` - did fewer initializations in the `vars` block and moved them to the `BeforeEach()` blocks. The `QueryResponse()` test is too long & convoluted; even I have a hard time understanding them, and I wrote them! The tests & code should be re-written, but that's for another day.
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.ymlcontains the PowerDNS's pipe backend's configuration in YAML format for use with BOSH. Thepdns_pipekey is the pipe backend script, andpdns_pipe_confis its configuration file.
Description
Languages
Go
81%
HTML
14.2%
Ruby
2.6%
Dockerfile
1.8%
Shell
0.4%