Explore >> Select a destination


You are here

ariya.io
| | blog.anantshri.info
10.4 parsecs away

Travel
| | 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...
| | blog.thestateofme.com
8.3 parsecs away

Travel
| | IT mixology and other thoughts about tech, life the universe and everything
| | darkcoding.net
9.9 parsecs away

Travel
| | Solvitas perambulum
| | joshuarogers.net
38.7 parsecs away

Travel
| Just over a year ago we went over how to setup a reverse proxy that would require our users to authenticate. In our original proxy article, we generated some NGinx configuration that looked a bit like... location / { proxy_pass http://jira; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } And it worked. And everyone was happy. Until the day the request came in that NGinx should add a fixed set of credentials to all upstre...