Skip to content
This repository was archived by the owner on Jun 27, 2019. It is now read-only.

Commit f7ff1c8

Browse files
committed
Lower the verbosity of dns-proxy-server
1 parent a36ee2d commit f7ff1c8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

dns-proxy-server.config.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"remoteDnsServers": [],
3+
"envs": [
4+
{
5+
"name": ""
6+
}
7+
],
8+
"activeEnv": "",
9+
"lastId": 0,
10+
"webServerPort": 0,
11+
"dnsServerPort": 0,
12+
"defaultDns": null,
13+
"logLevel": "WARNING",
14+
"logFile": ""
15+
}

docker-compose.staging.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ services:
3939
volumes:
4040
- "/var/run/docker.sock:/var/run/docker.sock"
4141
- "/etc/resolv.conf:/etc/resolv.conf"
42+
- "./dns-proxy-server.config.json:/app/conf/config.json"
4243
ports:
4344
- 5380:5380
4445
hostname: dns.mageddo

0 commit comments

Comments
 (0)