Files
nip/bosh-release
Brian Cunnie 294f54a79a Version 2.5.2: DELETE on k-v.io returns no TXT records
The original behavior was to return the deleted record, which
inadvertently prolonged the lifetime (in DNS cache) of the record which
was meant to expire as soon as possible.

- Removed the instructions to create a BOSH release. We are no longer
  creating a BOSH release because we needed to colocate an etcd release
  alongside the BOSH release, and we couldn't find an etcd BOSH release.
- Updated the instructions to run a quick test against the sslip.io DNS
  server locally (sanity check) instead of deploying a VM with the BOSH
  release & testing against that.
- Updated the instructions for updating ns-azure's DNS server. ns-azure
  is no longer a BOSH-deployed VM.
2022-04-13 12:55:34 -07:00
..

BOSH Release

This is a BOSH Release of the Golang-based custom sslip.io DNS server. It's not meant to be used by anyone other than myself.

In the BOSH manifest, use this in the releases: section:

- name: sslip.io
  sha1: 3a59e21554da481463f292e2f11becf94e4a51aa
  url: https://github.com/cunnie/sslip.io/releases/download/1.1.2/sslip.io-release-1.1.2.tgz
  version: 1.1.2

And, in the instance_groups: section:

  jobs:
  - name: sslip.io-dns-server
    release: sslip.io

Here's a sample BOSH manifest.

After deploying, test the server. Let's assume the deployed VM's IP is 10.0.250.23:

dig +short 127.0.0.1.sslip.io @10.0.250.23
127.0.0.1