From be664c44b71f65a2cd36eb222811bceadee5dc56 Mon Sep 17 00:00:00 2001 From: German Ferrero Date: Thu, 14 Nov 2019 14:14:28 -0300 Subject: [PATCH] resolve url for soporteremoto fbw --- stage3/01-resolve-fbw-url/00-run.sh | 2 ++ stage3/01-resolve-fbw-url/files/dnsmasq.conf | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 stage3/01-resolve-fbw-url/00-run.sh create mode 100644 stage3/01-resolve-fbw-url/files/dnsmasq.conf 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