Hello ,
does the order of the static DNS have any meaning?
I have a hotspot system , and i want it to be shown also when there isn’t any internet connection
but also I have on the hotspot 2 pages of information
so I have put this in the DNS
/ip dns static print
Flags: D - dynamic, X - disabled, R - regexp
# NAME ADDRESS TTL
0 R .*\..* 10.0.0.200 10s
1 D R My.Hotspot 192.168.100.254 5m
2 infopage.page1 10.0.0.200 5s
3 infopage.page2 10.0.0.99 5s
now
if I disable rule 0 , and I’m enterying My.Hotspot - I can get to the info pages
if I ebable rule 0 , no matter what I enter in the address line - I get to My.Hotspot - but I can’t reach any infopages.page*
why is it?
and how can I fix this?
Thanks ,