feat: Set listening interface for past

This commit is contained in:
Kroese 2025-10-09 11:42:31 +02:00 committed by GitHub
parent d190b3ba87
commit 8c619f8f30
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -299,9 +299,9 @@ configurePasst() {
exclude=$(getHostPorts "$HOST_PORTS")
if [ -z "$exclude" ]; then
exclude="all"
exclude="%${VM_NET_DEV}/all"
else
exclude="~${exclude//,/,~}"
exclude="%${VM_NET_DEV}/~${exclude//,/,~}"
fi
PASST_OPTS+=" -t $exclude"