Let's say you want to host domains first.com
and second.com
.
Create folders for their files:
No, seriously, don't. You're probably reading this because you've asked what VPN service to use, and this is the answer.
Note: The content in this post does not apply to using VPN for their intended purpose; that is, as a virtual private (internal) network. It only applies to using it as a glorified proxy, which is what every third-party "VPN provider" does.
0. After a fresh install | |
# aptitude update && aptitude full-upgrade && reboot | |
1. Install necessary packages for building Strongswan (may vary depending on your configure options, configure script will tell you) | |
# aptitude install build-essential libgmp-dev libunbound-dev libldns-dev | |
2. Get, check, and unpack the sources |
auth = "plain[/etc/ocserv/ocpasswd]" | |
max-clients = 16 | |
max-same-clients = 5 | |
tcp-port = 443 | |
udp-port = 443 | |
keepalive = 32400 | |
dpd = 90 | |
mobile-dpd = 1800 | |
try-mtu-discovery = true | |
server-cert = /etc/ssl/certs/server-cert.pem |
People
![]() :bowtie: |
๐ :smile: |
๐ :laughing: |
---|---|---|
๐ :blush: |
๐ :smiley: |
:relaxed: |
๐ :smirk: |
๐ :heart_eyes: |
๐ :kissing_heart: |
๐ :kissing_closed_eyes: |
๐ณ :flushed: |
๐ :relieved: |
๐ :satisfied: |
๐ :grin: |
๐ :wink: |
๐ :stuck_out_tongue_winking_eye: |
๐ :stuck_out_tongue_closed_eyes: |
๐ :grinning: |
๐ :kissing: |
๐ :kissing_smiling_eyes: |
๐ :stuck_out_tongue: |
/* | |
* I add this to html files generated with pandoc. | |
*/ | |
html { | |
font-size: 100%; | |
overflow-y: scroll; | |
-webkit-text-size-adjust: 100%; | |
-ms-text-size-adjust: 100%; | |
} |