Skip to content

Instantly share code, notes, and snippets.

@durd
Created May 9, 2020 11:45
Show Gist options
  • Save durd/4716388d0b1ce5c7704c39ee44e54258 to your computer and use it in GitHub Desktop.
Save durd/4716388d0b1ce5c7704c39ee44e54258 to your computer and use it in GitHub Desktop.
asuswrt-merlin dnsmasq postconf-script with ra-names enabled
#!/bin/sh
CONFIG=$1
source /usr/sbin/helper.sh
pc_replace "dhcp-range=lan,::,constructor:br0,ra-stateless,64,600" "dhcp-range=lan,::,constructor:br0,ra-stateless,ra-names,64,600" $CONFIG
@durd
Copy link
Author

durd commented May 9, 2020

Wont work with privacy extensions enabled. Afaik Win10 has this enabled by default.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment