Unverified Commit 7089e2f1 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

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

parent 0231c7b4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -156,6 +156,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"