forked from dswd/vpncloud
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
name: Bug report | ||
about: Report a bug | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Describe the bug | ||
A clear and concise description of what the bug is. | ||
|
||
### Details of your setup | ||
|
||
**VpnCloud version:** | ||
|
||
**Description of your VPN setup** | ||
- How many nodes? | ||
- Any NAT involved? | ||
- Any custom routing? | ||
|
||
**Config file contents** | ||
normally in `/etc/vpncloud/MYNET.net` | ||
:bangbang: make sure to mask (`***`) passwords and public IPs/hostnames :bangbang: | ||
|
||
**Log entries** | ||
normally in `/var/log/vpncloud.MYNET.log` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
** Describe the high-level goal you want to achieve ** | ||
|
||
I would like to... | ||
|
||
** Describe the proposed solution ** | ||
|
||
I propose to... |