Skip to content

Instantly share code, notes, and snippets.

View jheidel's full-sized avatar

Jeff Heidel jheidel

  • Kirkland, WA USA
View GitHub Profile
@jheidel
jheidel / ROUTER_NOTES.md
Created March 26, 2022 04:23
Docker bridged network over openvpn tunnel with DNS - hello world example
  1. Add VPN client connection to server
  2. Add firewall forwarding rule for VPN traffic
  3. Verify the 172.30.0.0/24 is in route table for VPN tun interface
  4. Add DNS forwarding rule to dnsmasq /ZONE.jeffheidel.com/172.30.0.254
#!/bin/bash
########################################################
#
# ## i3_maximize.sh ##
#
# Implements maximization of a window in i3.
# Swaps the focused container into a new workspace and
# and restores it when run again.
#