Skip to content

Instantly share code, notes, and snippets.

View tsvetkovv's full-sized avatar

Viktor Tsvetkov tsvetkovv

View GitHub Profile
@tsvetkovv
tsvetkovv / static-hostnames.ros
Last active January 16, 2024 22:42
routeros mikrotik set static hostname for DHCP lease (whiltelist)
# RouterOS 7.11.2
:global hostnames {"hostname1"; "hostname2"};
:global domain "home";
# Function to check if hostname is in the array
:local isInArray do={
:local result false;
:foreach item in=$hostnames do={