RouterOS 添加泛域名
家里有个PVE虚拟化环境,经常折腾些业务,一条条添加未免太寒碜了,于是在RouterOS设备上添加一条泛域名--*.home.local
:
添加脚本
/ip dns static
add regexp=".+\\.home\\.local" address=172.30.109.10
Linux 环境测试
# dnf install bind-utils
# dig a.home.local +short
172.30.109.10
# dig b.home.local +short
172.30.109.10