mirror of
https://github.com/uklans/cache-domains
synced 2024-11-10 06:04:20 +00:00
Added sniproxy log messages (#38)
This commit is contained in:
parent
d9e3797148
commit
a674fd34e7
2 changed files with 16 additions and 0 deletions
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 -->
|
||||
```
|
||||
|
||||
### 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 -->
|
||||
```
|
||||
|
||||
### 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…
Reference in a new issue