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

Commit 704f48c

Browse files
committedSep 30, 2018
Lower the verbosity of dns-proxy-server
1 parent 2de179f commit 704f48c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
 

‎dns-proxy-server.config.json

+15
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.yml

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ services:
2121
volumes:
2222
- "/var/run/docker.sock:/var/run/docker.sock"
2323
- "/etc/resolv.conf:/etc/resolv.conf"
24+
- "./dns-proxy-server.config.json:/app/conf/config.json"
2425
ports:
2526
- 5380:5380
2627
hostname: dns.mageddo

0 commit comments

Comments
 (0)
This repository has been archived.