Skip to content

Instantly share code, notes, and snippets.

@1999AZZAR
1999AZZAR / DoH Setup with cloudflared.md
Last active February 27, 2026 20:10
This guide explains how to set up DNS over HTTPS (DoH) on a Linux system using `cloudflared`. DoH ensures that your DNS queries are encrypted and secure, protecting your online privacy and preventing third-party monitoring of your internet activity.
@Bonveio
Bonveio / tutorial.bash
Created November 29, 2019 15:16
Creating Downloadable OpenVPN config using apache2
#!/bin/bash
# How to create downloadable OpenVPN configs using apache
# Dedicated for Angristan's OpenVPN Installer users
# Angristan's script can be found here: https://github.com/Angristan/openvpn-install
# ©BonvScripts
# For Debian 9/10, Ubuntu 16/18 and CentOS 7
# This is surely working for Apache 2.4
# Tested on my Debian 9.11 Singapore VPS
# Textes that starts without # or comments are commands to be run at your terminal
# You must be installed with angristan's script or any script/s that can reproduce .ovpn config in /root directory