sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
- Download zsh-autosuggestions by
Testing various local adblocking DNS servers - AdGuard Home v0.107.29[^2], Blocky v0.21[^3], Technitium v11.2[^4], and Knot Resolver v5.6.0[^5]. All using the same blocklist - Hagezi Light. Servers are run on similar low end hardware, on the local network.
# Modified for OpenBSD | |
# Assumes being root | |
# Requires curl to be installed, wget can also be used, relevant commands need to be adjusted. acme.sh supports both. | |
# Configured to use Cloudflare DNS for verification | |
# How to use "acme.sh" to set up Lets Encrypt without root permissions | |
# See https://github.com/Neilpang/acme.sh for more | |
# This assumes that your website has a webroot at "/var/www/<domain>" | |
# I'll use the domain "EXAMPLE.com" as an example |
# | |
### A VyOS config for YouFibre | |
### Requires VyOS version 1.5 or above | |
### Copy this to the VyOS box, and then run 'source /path/to/vyos-youfibre.sh' from configure mode | |
# | |
### 1. System Configuration ### | |
set system domain-name 'mydomain.com' | |
set system domain-search 'mydomain.com' | |
set system host-name 'vyos' | |
# ControlD free dns (malware blocking) |