feat: Do not require NET_RAW for dnsmasq (#1142)

This commit is contained in:
Kroese
2026-05-15 21:30:16 +02:00
committed by GitHub
parent 3884befa56
commit 8daa6973b7

View File

@@ -158,6 +158,9 @@ configureDNS() {
arguments+=" --interface=$if"
arguments+=" --bind-interfaces"
# Workaround NET_RAW capability
arguments+=" --no-ping"
# Add DNS entry for container
arguments+=" --address=/host.lan/$gateway"