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

Commit

Permalink
Lower the verbosity of dns-proxy-server
Browse files Browse the repository at this point in the history
  • Loading branch information
roschaefer committed Sep 30, 2018
1 parent 2de179f commit 704f48c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions dns-proxy-server.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"remoteDnsServers": [],
"envs": [
{
"name": ""
}
],
"activeEnv": "",
"lastId": 0,
"webServerPort": 0,
"dnsServerPort": 0,
"defaultDns": null,
"logLevel": "WARNING",
"logFile": ""
}
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ services:
volumes:
- "/var/run/docker.sock:/var/run/docker.sock"
- "/etc/resolv.conf:/etc/resolv.conf"
- "./dns-proxy-server.config.json:/app/conf/config.json"
ports:
- 5380:5380
hostname: dns.mageddo
Expand Down

0 comments on commit 704f48c

Please sign in to comment.