Skip to content

Commit

Permalink
make it just one way
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Apr 5, 2020
1 parent 40a6a45 commit b45a918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/services.d/mdns/run
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# ==============================================================================
interface=$(awk '{for (i=1; i<=NF; i++) if ($i~/dev/) print $(i+1)}' <<< "$(ip route get 8.8.8.8)")

exec mdns-repeater -f ${interface} hassio
exec mdns-repeater -f -b ${HASSIO_NETWORK} ${interface} hassio

0 comments on commit b45a918

Please sign in to comment.