Skip to content

Instantly share code, notes, and snippets.

View cyanide-burnout's full-sized avatar

Artem Prilutskiy cyanide-burnout

View GitHub Profile
@marfillaster
marfillaster / unifi_container_rb5009.md
Last active April 21, 2025 02:15
Running Unifi Network Controller as a container in MikroTik ROSv7 RB5009

Requirement

  • USB flash drive - this is where the container filesystem will be persisted

Set-up docker bridge network

/interface bridge add name=docker

Set-up veth to be used by container

@ebababi
ebababi / ipv6-firewall.rsc
Created March 28, 2020 23:20
MikroTik RouterOS Script: Default configuration IPv6 firewall rules.
# Default configuration IPv6 firewall rules.
#
# Extracted from RouterOS 6.46.4 with:
# /system default-configuration print
/ipv6 firewall address-list
add address=::/128 comment="defconf: unspecified address" list=bad_ipv6
add address=::1/128 comment="defconf: lo" list=bad_ipv6
add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6
add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6