-
**Server**: Debian 11 amd64
```
su
snap install easy-openvpn-server
easy-openvpn-server setup
snap set easy-openvpn-server tcp-server.port=8200
snap restart easy-openvpn-server
easy-openvpn-s…
-
DAR (Disk ARchive) is an archiving library that may be more interesting that TAR.
It support the same feature as the current implementation:
- compression (gzip, bzip2, lzo, xz or lzma)
- encrypt…
-
Hi there,
I noticed that node-lzo is licensed under the MIT license, but the LZO implementation used is GPL. Wouldn't that make node-lzo GPL-licensed as well?
-
### Is this urgent?
No
### Host OS
Ubuntu 20.04.2
### CPU arch
x86_64
### VPN service provider
PureVPN
### What are you using to run the container
docker run
### What is …
-
**What happened**:
When the VPN server has no `NODE_NETWORK` configured it will constantly reconnect.
Configuring a dummy value temporarily fixes the issue.
server (seed):
```
using openvpn…
-
### Is this urgent?
Yes
### Host OS
Ubuntu 24.04
### CPU arch
x86_64
### VPN service provider
Custom
### What are you using to run the container
docker-compose
### What is the version of Glu…
-
i've also worked on somthing like that some years ago :) i'm just confused and couldnt run the project,could you tell me which project should run first? it's all cheinise .. really hard to understand …
itapi updated
8 years ago
-
- [x] ~~Check support from p7zip~~
- [x] Find source and compile it for 10.8+
- [ ] Check compatibility of current GUI options
- [ ] ~~Check lz4~~ #85
Any possibility of adding lzo compressi…
-
I followed the instructions on the docker page https://hub.docker.com/r/kylemanna/openvpn and I have a setup that seems to work but I am getting a number of warnings that I don't really understand: sh…
-
**Describe the bug**
Even though `NET_ADMIN` capability is granted, `mknod` fails with `mknod: /dev/net/tun: Operation not permitted`. Also tried granting `mknod` capability, `privileged: true` and `…