Update network.sh

This commit is contained in:
Kroese 2025-10-12 00:54:23 +02:00 committed by GitHub
parent fcb8338406
commit 9080fed66c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -300,6 +300,8 @@ configurePasst() {
local forward=""
forward=$(getUserPorts "${USER_PORTS:-}")
forward="${forward///tcp}"
forward="${forward///udp}"
if [ -n "$forward" ]; then
forward="%${VM_NET_DEV}/$forward"