Added sniproxy log messages (#38)
This commit is contained in:
parent
d9e3797148
commit
a674fd34e7
8
.github/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE.md
vendored
@ -11,3 +11,11 @@
|
|||||||
```
|
```
|
||||||
<!-- Paste either your docker run command for the DNS container OR explain how you have setup DNS zone files etc -->
|
<!-- 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
|
||||||
|
-->
|
||||||
|
```
|
||||||
|
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
8
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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 -->
|
<!-- 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
|
||||||
|
-->
|
||||||
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user