mirror of
https://github.com/unraid/webgui.git
synced 2026-02-06 08:59:01 -06:00
Remove LO from rc.rpc, it is already included (regression)
This commit is contained in:
@@ -195,7 +195,7 @@ check() {
|
||||
fi
|
||||
done
|
||||
# add loopback interface
|
||||
if [[ "smb nfs ntp rpc" =~ $CALLER ]]; then
|
||||
if [[ "smb nfs ntp" =~ $CALLER ]]; then
|
||||
[[ $ipv4 == yes ]] && bind+=(127.0.0.1)
|
||||
[[ $ipv6 == yes ]] && bind+=(::1)
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user