From aa830abce05dccf62d7b55300743cc592df8d864 Mon Sep 17 00:00:00 2001 From: VibroAxe Date: Wed, 3 Oct 2018 11:21:13 +0100 Subject: [PATCH] Added sniproxy log messages --- .github/ISSUE_TEMPLATE.md | 8 ++++++++ .github/PULL_REQUEST_TEMPLATE.md | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 9525bbe..4d9994b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,3 +11,11 @@ ``` ``` + +### Sniproxy output +Please paste the output from `docker logs | sed 's/.*\:443 \[//;s/\].*//' | sort | uniq -c` below +``` + +``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3cdd03c..cbabb85 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,3 +15,11 @@ ``` +### Sniproxy output +Please paste the output from `docker logs | sed 's/.*\:443 \[//;s/\].*//' | sort | uniq -c` below +``` + +``` +