Skip to content

Commit

Permalink
add bind interface to uat (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
gottaloveit authored Mar 18, 2024
1 parent af849ed commit 91650d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rootfs/etc/s6-overlay/scripts/01-fr24feed
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ if [[ -n "$FR24KEY_UAT" ]]; then
echo "uat-port=\"${UATPORT:-30978}\""
echo logmode="1"
echo logpath="/var/log"
if [ -n "${BIND_INTERFACE}" ]; then
echo bind-interface="${BIND_INTERFACE}"
fi
} > /etc/fr24uat-feed.ini
fi

Expand Down

0 comments on commit 91650d8

Please sign in to comment.