I'm trying to set a specific dns sever for the hotspot, i read in the wiki i have to set it in IP->DNS.
I wanted to have google DNS as backup so i set 4 servers:
Code: Select all
servers: 52.19.x.x,52.19.x.x,8.8.8.8,8.8.4.4
dynamic-servers:
allow-remote-requests: no
max-udp-packet-size: 4096
query-server-timeout: 2s
query-total-timeout: 10s
cache-size: 2048KiB
cache-max-ttl: 1w
cache-used: 29KiB
Do you have any idea why is doing that? what am i doing wrong?
PS: the first 2 servers works fine i have implemented in other solution and they work perfectly.
Thanks in advance