Skip to content

Instantly share code, notes, and snippets.

View haphan's full-sized avatar
☁️
Up in the cloud

Ha Phan haphan

☁️
Up in the cloud
  • Google, Inc.
  • Sydney, Australia
  • 20:37 (UTC +11:00)
View GitHub Profile
@haphan
haphan / dnsmasq.md
Created April 2, 2018 07:22 — forked from jlebon/dnsmasq.md
How to set up dnsmasq on an OpenShift cluster

This gist is mostly based on the dnsmasq appendix from the openshift-training repo. However, I updated it and included fixes for the many gotchas I found along the way.

This is useful for folks who want to set up a DNS service as part of the cluster itself, either because they cannot easily change their DNS setup outside of the cluster, or just because they want to keep the cluster setup self-contained.

@haphan
haphan / 0_reuse_code.js
Created July 21, 2014 03:53
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console