Unverified Commit 8daa6973 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

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

parent 3884befa
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"