mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Add udp port forward
Add udp port forward, which can be useful for windows rdp udp acceleration.
This commit is contained in:
parent
6474505dc2
commit
309057f984
1 changed files with 1 additions and 0 deletions
1
quickemu
1
quickemu
|
@ -808,6 +808,7 @@ function vm_boot() {
|
|||
GUEST_PORT=$(echo "${FORWARD}" | cut -d':' -f2)
|
||||
echo " - ${HOST_PORT} => ${GUEST_PORT}"
|
||||
NET="${NET},hostfwd=tcp::${HOST_PORT}-:${GUEST_PORT}"
|
||||
NET="${NET},hostfwd=udp::${HOST_PORT}-:${GUEST_PORT}"
|
||||
done
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue