Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-04T02:58:19.000Z (5 months ago)
- Last Synced: 2024-07-02T20:45:52.546Z (4 months ago)
- Topics: ipv6, mikrotik, routeros-scripts
- Language: RouterOS Script
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Available scripts
=================* [mod/ipv6-functions](mod/ipv6-functions): Utility functions to maintain IPv6 config on RouterOS
* [mod/ipv6-structured](mod/ipv6-structured): Structured view of the IPv6 address
* [ipv6-dns](ipv6-dns): Install or update DNS record for given hosts
* [ipv6-npt](ipv6-npt): Install or update NPTv6 rules for a given prefixFor detailed documentation consult corresponding 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. ipv6-dns can be installed via:
$ScriptInstallUpdate ipv6-dns "base-url=https://raw.githubusercontent.com/Kentzo/routeros-scripts-custom/main/"
Note that scripts may depend on modules in *mod/\**, check the header before installation.