No commit activity in last 3 years
No release in over 3 years
Synchronize a directory with a Mikrotik address list.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.6
~> 5.5
~> 1.1
~> 10.0
~> 0.9

Runtime

~> 4.0
 Project Readme

Directory to Address List

The program mtik_directory_2_address_list allows any process, with write permission to a directory, to add and remove entries from a Mikrotik IP Firewall Address List, without having the process connect to the Mikrotik device directly.

For example, the symbolic link

1.2.3.4 -> down_20

would be created on the Mikrotik device like

/ip firewall address-list add address=1.2.3.4 list=<prefix>_down_20

Likewise, deleting the symbolic link would also delete the address list entry.

Installation

gem install mtik_directory_2_address_list