dns server backed by the docker api
A simple service worker used for the static template in sandpack, allowing users to develop websites like they would locally in the browser.
An abstract-encoding compliant module for encoding / decoding DNS packets
Compare DNS record strings for equality
the http/https agent used by the npm cli
OpenTelemetry instrumentation for `node:dns` name resolution module
Low level multicast-dns implementation in pure javascript
Encode/decode DNS-SD TXT record RDATA fields
Check if the process is running inside a Docker container
Make low-level DNS requests with retry and timeout support.
Parse and stringify mdns service types
TypeScript definitions for dns-packet
Abstraction for exponential and custom retry strategies for failed operations.
Middleware to set X-DNS-Prefetch-Control header.
An abstract-encoding compliant module for encoding / decoding DNS packets
Resolve DNS queries with browser fallback
Caches dns resolutions made with async dns.resolve instead of default sync dns.lookup, refreshes in background
TypeScript definitions for multicast-dns
A decorator on top of `fetch` that caches the DNS query of the `hostname` of the passed URL
DNS over HTTP resolver
Manage docker-compose from Node.js
Caching DNS resolve
Docker Remote API module.
A Bonjour/Zeroconf implementation in pure JavaScript
DNS server for Docker running on Ruby
This Gem give you the power to monitor the Docker event stream via it's API and send dynamic updates to a DNS server on certain events
A small DNS server and resolver hook to route machine.dock tp $(docker-machine ip machine)
DockerBoss monitors docker containers for changes and triggers actions based on these changes, such as updating keys in etcd, updating DNS records, performing actions on other containers, etc.
# Sambot Sambot is our internal Platform Engineering toolchain to help standardize and simplify our DevOps workflow. It provides an executable with a variety of commands, grouped in various areas of functionality such as session management, DNS changes and cookbook management. ## Usage To install the gem, simply run `chef gem install sambot`. This will install the gem in your ChefDK installation. If you want to use it outside Chef, run `gem install sambot`. Run `chef exec sambot` to be shown the help menu. For help on specific commands, i.e. cookbook management and specific cookbook management commands, run `chef exec sambot help cookbook` or `chef exec sambot cookbook help generate` for example. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.exacttarget.com/ads-devops/sambot. ### Installation Make sure you have `ruby >= 2.4.0` installed. Install `bundler >= 1.15.1` by running `gem install bundler` Run `bundle install` from the root of the project to install the required Ruby gems. ### Running Sambot If you want to test your changes locally, you can run `bundle exec bin/sambot`. ### Running Tests Run `bundle exec rspec spec` to execute the unit tests. Run `cd integration_tests && bundle exec rspec .` to execute the integration tests. These require that you have Docker Compose available. ### Linting There is nothing here yet