One static DNS record for domain and subdomains on MikroTik
How to make one static DNS record for single domain with subdomains on MikroTik 6.37.X:
/ip dns static
add address=192.168.1.243 regexp=.*example1.com
add address=192.168.1.245 regexp=.*example2.com
Historical Comments
These comments were imported from the original WordPress post.
Kadir — April 05, 2018 at 15:22
This method is not working