Update DNS.

This commit is contained in:
Cyteen May 2020-03-01 05:33:04 +00:00
parent 8095f299e2
commit 3ff099ec2e
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ TLS_HOME=/var/docker
## See /var/tmp/automate/docker_daemon-writer.sh for complete jq example.
declare -A DOCKER_OPT
DOCKER_OPT[0]='.["dns"] = ["52.174.55.168","188.165.200.156"]'
DOCKER_OPT[0]='.["dns"] = ["69.164.196.21","94.247.43.254"]'
DOCKER_OPT[1]='.["live-restore"] = true'
DOCKER_OPT[2]='.["storage-driver"] = "zfs"'
DOCKER_OPT[3]='.["storage-opts"] = ["zfs.fsname=rpool/docker"]'