Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am pfoo on github.
  • I am pfoo (https://keybase.io/pfoo) on keybase.
  • I have a public key whose fingerprint is D32D 41A5 BA85 950F EB37 0DA1 0964 BF99 DB04 BD86

To claim this, I am signing this object:

@pfoo
pfoo / services.inc.patch
Created March 15, 2017 22:35
pfsense patch disabling rdnss in radvd
--- /etc/inc/services.inc.orig 2017-03-15 23:23:32.187348000 +0100
+++ /etc/inc/services.inc 2017-03-15 23:27:08.696515000 +0100
@@ -289,6 +289,7 @@
}
}
}
+ $dnslist = NULL;
if (count($dnslist) > 0) {
$dnsstring = implode(" ", $dnslist);
if ($dnsstring <> "") {