mirror of
https://github.com/unraid/webgui.git
synced 2026-03-07 10:30:37 -06:00
rc.library.source: allow ALL IPv4/IPv6 addresses as listener
This commit is contained in:
@@ -155,7 +155,7 @@ check(){
|
||||
for ADDR in ${NET[@]/$NET}; do
|
||||
ADDR=$(unmask $ADDR)
|
||||
if [[ "avahi show" =~ "$CALLER" ]]; then
|
||||
[[ -z $(good $NET) ]] && BIND+=($NET) || continue
|
||||
[[ -z $(good $NET) ]] && BIND+=($NET)
|
||||
else
|
||||
[[ -z $(good $ADDR) ]] && BIND+=($ADDR) || continue
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user