Skip to content

Instantly share code, notes, and snippets.

View be-engineer's full-sized avatar

always be an engineer be-engineer

View GitHub Profile
@be-engineer
be-engineer / mikrotik-dynv6
Created May 2, 2024 04:21 — forked from stargieg/mikrotik-dynv6
Mikrotik dyndns for dynv6.com
# Define User Variables
:global ddnspass "TOKEN"
:global ddnshost "HOSTNAME.dynv6.net"
#:global ddnspool "pool0"
#:global ddnsinterface "bridge"
#:global ddnsinterface "6to4-henet"
#:global ddnsinterface "pppoe-out1"
#:global ddnsinterface "ether1"
# Define Global Variables
@be-engineer
be-engineer / dynv6.sh
Created July 13, 2023 06:39 — forked from corny/dynv6.sh
Update script for dynv6.com to set your IPv4 address and IPv6 prefix
#!/bin/sh -e
hostname=$1
device=$2
file=$HOME/.dynv6.addr6
[ -e $file ] && old=`cat $file`
if [ -z "$hostname" -o -z "$token" ]; then
echo "Usage: token=<your-authentication-token> [netmask=64] $0 your-name.dynv6.net [device]"
exit 1
fi
@be-engineer
be-engineer / readme.md
Created May 24, 2023 14:42 — forked from AzimsTech/readme.md
OpenWrt Wireless Network Bridge (With IPv6 Support)

OpenWrt Wireless Network Bridge (With IPv6 Support)

diag0 drawio6

Goals

  • To use OpenWrt Router as a wifi adapter instead of a regular wireless card for a stronger & stable Wifi connection.
  • Use existing proprietary AP provided by ISP (Doesn't support Mesh or WDS)
########################################
# remove old "Block Web" configuration #
########################################
/system scheduler remove [/system scheduler find name~"Block Web*"]
/system script remove [/system script find name~"Block Web*"]
/ip firewall filter remove [/ip firewall filter find comment~"Block Web*"]
/ip firewall address-list remove [/ip firewall address-list find list="blocked_web"]