#!/usr/bin/env bash # Add host to RouterOS address list. # set -euo pipefail LIST_NAME="through-vpn" ROUTER_HOST="riga" usage() { cat <