Skip to content

Commit

Permalink
Set __dns_spoof to a default value
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ekman committed Sep 20, 2019
1 parent dc78e51 commit c1f9ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Envsettings.k8s
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ curl -L \$armurl/xcluster/images/hd-k8s.img.xz | xz -d > \$__image
EOF

alias images="$($XCLUSTER ovld images)/images.sh"
test -n "$__dns_spoof" || export __dns_spoof=$XCLUSTER_WORKSPACE/xcluster/dns-spoof.txt

mynetns=$(ip netns id $$)
if ! netstat -lutan | grep -q :::10053; then
Expand Down

0 comments on commit c1f9ae1

Please sign in to comment.