X-Git-Url: https://hackdaworld.org/gitweb/?p=outofuni%2Fdib.git;a=blobdiff_plain;f=post_routines%2Fnellboard%2Fdnsmasq;fp=post_routines%2Fnellboard%2Fdnsmasq;h=ee96468e49a2d3b854a7f4cbb93b10c9489a79c6;hp=0000000000000000000000000000000000000000;hb=e9a42258240b89a2050e2730bcfb473f36224ed9;hpb=e21020b66f28895b5085661744b1e65516a01b43 diff --git a/post_routines/nellboard/dnsmasq b/post_routines/nellboard/dnsmasq new file mode 100644 index 0000000..ee96468 --- /dev/null +++ b/post_routines/nellboard/dnsmasq @@ -0,0 +1,12 @@ +#!/bin/bash + +cat > /etc/dnsmasq.conf << EOF +port=0 +no-resolv +no-poll +interface=usb0 +dhcp-range=172.17.17.5,172.17.17.10,12h +dhcp-host=00:03:23:23:23:23,172.17.17.16 +dhcp-option=3 +EOF +