Skip to content

Commit

Permalink
Enable DNS extensions described in RFC 2671.
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Wilczynski <kw@linux.com>
  • Loading branch information
kwilczynski committed Jun 30, 2019
1 parent 8c601c0 commit eee9f01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/common/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ cat <<EOF | sed -e '/^$/d' > /etc/resolvconf/resolv.conf.d/tail
$(for server in "${NAME_SERVERS[@]}"; do
echo "nameserver $server"
done)
options timeout:2 attempts:1 rotate single-request-reopen
options timeout:2 attempts:1 rotate single-request-reopen edns0
EOF

chown root: /etc/resolvconf/resolv.conf.d/tail
Expand Down

0 comments on commit eee9f01

Please sign in to comment.