This repository was archived by the owner on Nov 2, 2024. It is now read-only.
adguard /etc/hosts rewritten by proxmox #1791
-
There is an entry in my adguard
Is there a way to get rid of it, since it messes nslookup returns the following:
Because of this, I can not access my adguard using the domain, only via ip. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
etamtlosz
Sep 13, 2023
Replies: 1 comment
-
To answer my own question, I've edited the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
tteck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To answer my own question, I've edited the
hosts
file, then I ran the following command:touch /etc/.pve-ignore.hosts
in the LXC.This forbirds PVE to rewrite the hosts file after a restart.