Skip to content

Instantly share code, notes, and snippets.

View l8nite's full-sized avatar

Shaun Guth l8nite

  • 14:59 (UTC -07:00)
View GitHub Profile
@l8nite
l8nite / dns-sync.sh
Last active August 8, 2018 06:59 — forked from matthiassb/dns-sync.sh
Init.d script for keeping WSL resolv.conf in-sync with Windows
#! /bin/bash
### BEGIN INIT INFO
# Provides: dns-sync
# Required-Start:
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: Synchronizes /etc/resolv.conf in WLS with Windows DNS - Matthias Brooks
### END INIT INFO