54 lines
778 B
Markdown
54 lines
778 B
Markdown
---
|
|
name: Help
|
|
about: Ask for help
|
|
title: 'Help: FILL THIS TEXT!'
|
|
labels: ":pray: help wanted"
|
|
assignees:
|
|
|
|
---
|
|
|
|
**Host OS** (approximate answer is fine too): Ubuntu 18
|
|
|
|
**Is this urgent?**: No
|
|
|
|
**What VPN provider are you using**:
|
|
|
|
**What is the version of the program** (See the line at the top of your logs)
|
|
|
|
```
|
|
Running version latest built on 2020-03-13T01:30:06Z (commit d0f678c)
|
|
```
|
|
|
|
**What's the problem** 🤔
|
|
|
|
That feature doesn't work
|
|
|
|
**Share your logs...**
|
|
|
|
...*careful to remove i.e. token information with PIA port forwarding*
|
|
|
|
```log
|
|
|
|
PASTE YOUR LOGS
|
|
IN THERE
|
|
|
|
```
|
|
|
|
**What are you using to run your container?**: Docker Compose
|
|
|
|
Please also share your configuration file:
|
|
|
|
```yml
|
|
your .yml
|
|
content
|
|
in here
|
|
```
|
|
|
|
or
|
|
|
|
```sh
|
|
# your docker
|
|
# run command
|
|
# in here
|
|
```
|