jeffshead

Results 13 comments of jeffshead

On 8/29/2019, I used the then current installation script to update to v2.0.2. That update worked flawlessly. I have followed all instructions and edited my client and server config files...

My server is CentOS 7. I use iptables instead of firewalld. I already have a working set of rules including one to allow port 443 which is the port I...

I also see that the service crashes. I don't know how long it runs before it crashes but I do not that it runs for at least several minutes before...

> Is there something that sends kill signal to cloak service? How do I check? > means something on that server is sending those traffic to your cloak listening on...

I have reinstalled CentOS7 and used the installation script with defaults. I even reinstalled CentOS and used a different installation script from another Github repository and got the same results....

I too would like to know what is the best way to have it auto-start on CentOS 7. I'm on an OpenVZ VPS and I tried for hours to get...

Using `needs-restarting` would be better in my opinion. @agross This is how someone else did it: ``` #!/bin/sh if [ ! -f "/usr/bin/needs-restarting" ]; then yum -y install yum-utils fi...

+1 for this. Guess it's back to wiki.js for me.