Added sniproxy log messages

This commit is contained in:
VibroAxe 2018-10-03 11:21:13 +01:00
parent d9e3797148
commit aa830abce0
2 changed files with 16 additions and 0 deletions

View File

@ -11,3 +11,11 @@
```
<!-- Paste either your docker run command for the DNS container OR explain how you have setup DNS zone files etc -->
```
### Sniproxy output
Please paste the output from `docker logs <sniproxy container name/id> | sed 's/.*\:443 \[//;s/\].*//' | sort | uniq -c` below
```
<!-- If you are running sniproxy paste the output to the following command
docker logs <sniproxy container name/id> | sed 's/.*\:443 \[//;s/\].*//' | sort | uniq -c
-->
```

View File

@ -15,3 +15,11 @@
<!-- Paste either your docker run command from the DNS container OR explain how you have setup DNS zone files etc to test this issue -->
```
### Sniproxy output
Please paste the output from `docker logs <sniproxy container name/id> | sed 's/.*\:443 \[//;s/\].*//' | sort | uniq -c` below
```
<!-- If you are running sniproxy paste the output to the following command
docker logs <sniproxy container name/id> | sed 's/.*\:443 \[//;s/\].*//' | sort | uniq -c
-->
```