Skip to content

Instantly share code, notes, and snippets.

View tophrr's full-sized avatar
🏠
localhost

Christopher G tophrr

🏠
localhost
View GitHub Profile
@kangarie
kangarie / mikrotik_container_adguardhome.txt
Last active May 13, 2025 04:39
mikrotik container adguard home script installation
/system/device-mode/update container=yes
/interface veth add address=172.17.0.1/24 gateway=172.17.0.254 name=agh
/interface bridge add name=dockers
/interface bridge port add bridge=dockers interface=agh
/ip address add address=172.17.0.254/24 interface=dockers network=172.17.0.0
/ip firewall nat add action=masquerade chain=srcnat
/container config set registry-url=https://registry-1.docker.io tmpdir=/disk1/tmp