You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before restarting the adguard docker, /etc/hosts have entry for
172.23.0.5 plex
After restarting the container, i have updated the entry in /etc/hosts
172.23.0.11 plex
If I execute the nslookup or enter the plex in the browser the ip it resolved to 172.23.0.5 instead of 172.23.0.11.
So basically it caching and not refreshing the entries for dynamic data.
If I restart the container, it loads the latest data /etc/hosts available. So need a fix for this to consider the dynamic host entry in /etc/hosts file.
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, ARMv7
Installation
Docker
Setup
On one machine
AdGuard Home version
v0.107.55
Action
Before restarting the adguard docker, /etc/hosts have entry for
172.23.0.5 plex
After restarting the container, i have updated the entry in /etc/hosts
172.23.0.11 plex
If I execute the nslookup or enter the plex in the browser the ip it resolved to 172.23.0.5 instead of 172.23.0.11.
So basically it caching and not refreshing the entries for dynamic data.
If I restart the container, it loads the latest data /etc/hosts available. So need a fix for this to consider the dynamic host entry in /etc/hosts file.
Expected result
Server: 192.168.1.2
Address: 192.168.1.2#53
Non-authoritative answer:
Name: plex
Address: 172.23.0.11
Actual result
Server: 192.168.1.2
Address: 192.168.1.2#53
Non-authoritative answer:
Name: plex
Address: 172.23.0.5
Additional information and/or screenshots
The text was updated successfully, but these errors were encountered: