Skip to content

Commit

Permalink
πŸš‘ Fix host configuration, remove netmask (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Mar 10, 2021
1 parent 629b4b2 commit 5e7b483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adguard/rootfs/etc/cont-init.d/adguard.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ yq write --inplace "${CONFIG}" \

host=$(bashio::network.ipv4_address)
yq write --inplace "${CONFIG}" \
'dns.bind_host' "${host}" \
'dns.bind_host' "${host%/*}" \
|| hass.exit.nok 'Failed updating AdGuardHome host'

0 comments on commit 5e7b483

Please sign in to comment.