diff --git a/stage3/01-resolve-fbw-url/00-run.sh b/stage3/01-resolve-fbw-url/00-run.sh new file mode 100644 index 0000000..495b435 --- /dev/null +++ b/stage3/01-resolve-fbw-url/00-run.sh @@ -0,0 +1,2 @@ +#!/bin/bash -e +cat files/dnsmasq.conf >> ${ROOTFS_DIR}/etc/dnsmasq.conf diff --git a/stage3/01-resolve-fbw-url/files/dnsmasq.conf b/stage3/01-resolve-fbw-url/files/dnsmasq.conf new file mode 100644 index 0000000..89f61b0 --- /dev/null +++ b/stage3/01-resolve-fbw-url/files/dnsmasq.conf @@ -0,0 +1,2 @@ +# Resolve url for soporteremoto fbw +address=/soporteremoto.net/192.168.0.10