File tree Expand file tree Collapse file tree 12 files changed +48
-0
lines changed
alpine-3/conf/bin/service.d/dnsmasq.d
centos-7/conf/bin/service.d/dnsmasq.d
debian-7/conf/bin/service.d/dnsmasq.d
debian-8/conf/bin/service.d/dnsmasq.d
debian-9/conf/bin/service.d/dnsmasq.d
ubuntu-12.04/conf/bin/service.d/dnsmasq.d
ubuntu-14.04/conf/bin/service.d/dnsmasq.d
ubuntu-15.04/conf/bin/service.d/dnsmasq.d
ubuntu-15.10/conf/bin/service.d/dnsmasq.d
ubuntu-16.04/conf/bin/service.d/dnsmasq.d
samson-deployment/latest/conf/bin/service.d/dnsmasq.d
provisioning/base-app/general/bin/service.d/dnsmasq.d Expand file tree Collapse file tree 12 files changed +48
-0
lines changed Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
Original file line number Diff line number Diff line change 1+ # Create dnsmasq.d directory if not exists
2+ mkdir -p -- /etc/dnsmasq.d/
3+
14# # clear dns file
25echo > /etc/dnsmasq.d/webdevops
36
@@ -11,6 +14,7 @@ if [ ! -f /etc/resolv.conf.original ]; then
1114 echo " nameserver 127.0.0.1" > /etc/resolv.conf
1215fi
1316
17+
1418# Add own VIRTUAL_HOST as loopback
1519if [[ -n " ${VIRTUAL_HOST+x} " ]]; then
1620 echo " address=/${VIRTUAL_HOST} /127.0.0.1" >> /etc/dnsmasq.d/webdevops
You can’t perform that action at this time.
0 commit comments