Switch to development tag to support multiple upstreams in bootstrap.
This commit is contained in:
parent
417d5d0929
commit
c9865f35b3
@ -2,6 +2,9 @@ bootstrapDns:
|
|||||||
upstream: https://1.1.1.1/dns-query
|
upstream: https://1.1.1.1/dns-query
|
||||||
ips:
|
ips:
|
||||||
- 1.1.1.1
|
- 1.1.1.1
|
||||||
|
upstream: https://1.0.0.1/dns-query
|
||||||
|
ips:
|
||||||
|
- 1.0.0.1
|
||||||
connectIPVersion: v4
|
connectIPVersion: v4
|
||||||
upstream:
|
upstream:
|
||||||
default:
|
default:
|
||||||
|
@ -2,7 +2,7 @@ version: "3"
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
blocky:
|
blocky:
|
||||||
image: spx01/blocky
|
image: spx01/blocky:development
|
||||||
container_name: blocky
|
container_name: blocky
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user