Is it possible to have an address list “shared” between multiple devices? For example if 1 device added an IP to a list it could somehow sync to device 2.
I don’t think you can do that with MK, but if you use API and a program you can update them.
For example to update manually you can make a PHP program that connects to every IP specified in an array and then add an IP to a specific address list.
I don’t think it’s out-of-the-box available (MT is lacking any HA features). But you could do that yourself
- export into file
- transport file (ftp/ssh/…)
- execute remoteley (ex: via ssh)