mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
Support no-etc-hosts in config file #3033
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#3033
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @timkgh on GitHub (Sep 13, 2021).
Problem Description
The config file does not appear to have an option for the cmd line
--no-etc-hostsProposed Solution
Add an equivalent option for
--no-etc-hostsin the config yaml file so that it does not need to be passed on the cmd line@ainar-g commented on GitHub (Sep 13, 2021):
Tangentially related to #3020, but only when it comes to clients and not DNS resolution.
@ameshkov?
@ameshkov commented on GitHub (Sep 14, 2021):
Generally, clients affect DNS resolution so I guess we can merge it there.
@ainar-g commented on GitHub (Sep 14, 2021):
Merging into that issue then.