feat: init
This commit is contained in:
41
config/dns/config.sample.json
Normal file
41
config/dns/config.sample.json
Normal file
@ -0,0 +1,41 @@
|
||||
{
|
||||
"version": 2,
|
||||
"activeEnv": "",
|
||||
"webServerPort": null,
|
||||
"dnsServerPort": null,
|
||||
"defaultDns": null,
|
||||
"logLevel": null,
|
||||
"logFile": null,
|
||||
"registerContainerNames": null,
|
||||
"hostMachineHostname": null,
|
||||
"domain": "docker",
|
||||
"dpsNetwork": true,
|
||||
"dpsNetworkAutoConnect": true,
|
||||
"resolvConfOverrideNameServers": false,
|
||||
"noRemoteServers": true,
|
||||
"noEntriesResponseCode": 2,
|
||||
"remoteDnsServers": [],
|
||||
"envs": [
|
||||
{
|
||||
"name": "",
|
||||
"hostnames": [
|
||||
{
|
||||
"id": 1,
|
||||
"hostname": ".vm",
|
||||
"ip": "",
|
||||
"target": "host.docker",
|
||||
"ttl": 3600,
|
||||
"type": "CNAME"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"hostname": ".dev.local",
|
||||
"ip": "",
|
||||
"target": "host.docker",
|
||||
"ttl": 3600,
|
||||
"type": "CNAME"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
Reference in New Issue
Block a user