You are here |
golb.hplar.ch | ||
| | | |
www.lonecpluspluscoder.com
|
|
| | | | Diary of an experience C++ programmer. Thoughts on programming and other tools and languages. | |
| | | |
blog.anantshri.info
|
|
| | | | Quick notes on how to setup wireguard on 20..04 Best guide i could find : https://www.linuxbabe.com/ubuntu/wireguard-vpn-server-ubuntu But still pieces missing so trying to write this and make those pieces sorted Base OS : ubuntu 20.04 Install software sudo apt-get install wireguard wireguard-tools Configure Wireguard Server side 2.1. Configure Public / Private Key pair for server... | |
| | | |
geoff.tuxpup.com
|
|
| | | | Reverse-Proxying HTTPS Traffic to a Server in my Basement Using Caddy and Wireguard I've been experimenting with new web services lately, some of which I'd like to open up to my mobile devices. Punching a hole through my home network firewall is unappealing, though, as is standing up a new VPS for each one I'd like to kick around. I already feel like I've got too many VPS instances. So, naturally, the way to fix it is to add one more. | |
| | | |
eamonnsullivan.co.uk
|
|
| | One huge and welcome change in the last decade or so for Web development is that secure connections are ubiquitous. Free certificates are available and most hosting providers make it very easy to obtain, use and renew the certificates automatically. This site, for example, runs on Amazon Web Services and enabling https took not much more effort than ticking a few checkboxes.Browsers, like Chrome, Firefox and Safari, have also played their part, by gently steering users toward secure connections, warning about sending sensitive information over plain text and switching to https automatically, when available. |