Skip to content

Instantly share code, notes, and snippets.

View chefkoch-de42's full-sized avatar

chefkoch-de42

View GitHub Profile
@chefkoch-de42
chefkoch-de42 / technitium-sync.conf
Last active July 1, 2025 13:56 — forked from besmirzanaj/technitium-sync.sh
synch two technitium servers
# Technitium Sync Configuration
# Fill in the following variables for your environment
master_dns_server='source.ip.address'
slave_dns_server='dest.ip.address'
master_dns_serverdomain='fqdn.of.source.server'
slave_dns_serverdomain='fqdn.of.dest.server'
master_dns_token='MASTER_TECHNITIUM_TOKEN_HERE'
slave_dns_token='SLAVE_TECHNITIUM_TOKEN_HERE'
dhcp_scope_name="local-home"
@chefkoch-de42
chefkoch-de42 / 10-wancarp
Last active January 23, 2025 07:33 — forked from spali/10-wancarp
Disable WAN Interface on CARP Backup
#!/usr/local/bin/php
<?php
# last updated for opnsense 24.7.11_2
require_once("config.inc");
require_once("interfaces.inc");
require_once("util.inc");
require_once("system.inc");
$subsystem = !empty($argv[1]) ? $argv[1] : '';