https://github.com/kentzo/routeros-scripts-custom
Scripts to automate IPv6 maintenance on RouterOS, and more
https://github.com/kentzo/routeros-scripts-custom
ipv6 mikrotik routeros-scripts
Last synced: 5 months ago
JSON representation
Scripts to automate IPv6 maintenance on RouterOS, and more
- Host: GitHub
- URL: https://github.com/kentzo/routeros-scripts-custom
- Owner: Kentzo
- Created: 2023-07-28T21:25:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-11-23T06:35:58.000Z (7 months ago)
- Last Synced: 2025-11-23T08:22:14.902Z (7 months ago)
- Topics: ipv6, mikrotik, routeros-scripts
- Language: RouterOS Script
- Homepage:
- Size: 143 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Available scripts
=================
* [mod/kentzo-functions](mod/kentzo-functions.rsc): Utility functions used by other modules and scripts
* [mod/ipv4-structured](mod/ipv4-structured.rsc): Structured view of the IPv4 address
* [mod/ipv6-structured](mod/ipv6-structured.rsc): Structured view of the IPv6 address
* [mod/homenet-dns](mod/homenet-dns.rsc): Configure zones for a homenet authoritative nameserver powered by [CoreDNS](https://coredns.io)
* [ipv6-npt](ipv6-npt.rsc): Install or update NPTv6 rules for a given prefix
For detailed documentation consult corresponding script files.
Installation
============
Scripts are designed to extend @eworm-de's excellent [routeros-scripts](https://github.com/eworm-de/routeros-scripts) project, it's a prerequisite.
E.g. mod/kentzo-functions can be installed via:
$ScriptInstallUpdate mod/kentzo-functions "base-url=https://raw.githubusercontent.com/Kentzo/routeros-scripts-custom/main/"
Scripts and modules may depend on other modules in *mod/\**. Read the header in script file before installation.