Skip to content

Instantly share code, notes, and snippets.

@Boilerplate4u
Boilerplate4u / mullvad-wg-pfctl-ks.sh
Created October 14, 2020 06:52 — forked from p3nj/mullvad-wg-pfctl-ks.sh
Mullvad-WireGuard Script with macOS pfctl killswitch implant
#!/usr/bin/env bash
# SPDX-License-Identifier: GPL-2.0
#
# Copyright (C) 2016-2018 Jason A. Donenfeld <Jason@zx2c4.com>. All Rights Reserved.
die() {
echo "[-] Error: $1" >&2
exit 1
}
# Change this to your condition.
WIFI="en0"
@Boilerplate4u
Boilerplate4u / terminal.md
Created May 14, 2022 08:23 — forked from Anime4000/terminal.md
Mikrotik LTE Change IMEI

Change Mikrotik LTE IMEI

Query which mode

/interface lte at-chat lte1 input="AT*PROD\?"

Enter Non-production mode

/interface lte at-chat lte1 input="AT*PROD=1"

Delete old IMEI

/interface lte at-chat lte1 input="AT*MRD_IMEI=D"

@Boilerplate4u
Boilerplate4u / failover.md
Created May 24, 2024 21:18 — forked from tdussa/failover.md
MikroTik failover routing description (living document)

MikroTik Routing Failover

This is meant to be a somewhat-easier-to-digest recap of the discussion that can be found on the MikroTik forum at this URL: https://forum.mikrotik.com/viewtopic.php?f=23&t=157048&p=836497&hilit=failover#p836497 Note that the forum discussion not only addresses failover, but also load balancing at the same time (without explicitly saying so in the beginning).

For the sake of this document, we'll make some assumptions: