36 lines
613 B
Plaintext
36 lines
613 B
Plaintext
|
{
|
||
|
"live-restore": true,
|
||
|
"max-concurrent-downloads": 16,
|
||
|
"max-concurrent-uploads": 16,
|
||
|
"max-download-attempts": 16,
|
||
|
"mtu": 1500,
|
||
|
"dns": [
|
||
|
"1.1.1.1",
|
||
|
"8.8.8.8",
|
||
|
"1.0.0.1",
|
||
|
"8.8.4.4"
|
||
|
],
|
||
|
"bip": "10.200.0.1/24",
|
||
|
"ipv6": true,
|
||
|
"fixed-cidr-v6": "2001:db8:1::/64",
|
||
|
"ip6tables": true,
|
||
|
"experimental": true,
|
||
|
"default-address-pools": [
|
||
|
{
|
||
|
"base" : "10.201.0.0/16",
|
||
|
"size" : 24
|
||
|
},
|
||
|
{
|
||
|
"base" : "10.202.0.0/16",
|
||
|
"size" : 24
|
||
|
},
|
||
|
{
|
||
|
"base": "2001:db8::/104",
|
||
|
"size": 112
|
||
|
}
|
||
|
],
|
||
|
"hosts": [
|
||
|
"unix:///var/run/docker.sock"
|
||
|
]
|
||
|
}
|