diff options
| author | Viktor Kurilko <murlockkinght@gmail.com> | 2025-08-08 21:29:25 +0700 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2025-10-05 21:13:11 +0200 |
| commit | 6d10e021318b16e3e90f98b7b2fa187826e26c0a (patch) | |
| tree | 1475623643251b4ff4e1c311d0f0aab094146425 /docs | |
| parent | bd6aa0d1e59d71218c3eee055bc8d222c6e1a628 (diff) | |
| download | focaccia-qemu-6d10e021318b16e3e90f98b7b2fa187826e26c0a.tar.gz focaccia-qemu-6d10e021318b16e3e90f98b7b2fa187826e26c0a.zip | |
Add a feature for mapping a host unix socket to a guest tcp socket
This patch adds the ability to map a host unix socket to a guest tcp socket when using the slirp backend. This feature was added in libslirp version 4.7.0. A new syntax for unix socket: -hostfwd=unix:hostpath-[guestaddr]:guestport Signed-off-by: Viktor Kurilko <murlockkinght@gmail.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Message-ID: <20250808143904.363907-1-murlockkinght@gmail.com>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/system/devices/net.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/system/devices/net.rst b/docs/system/devices/net.rst index 7d76fe88c4..13199a44fd 100644 --- a/docs/system/devices/net.rst +++ b/docs/system/devices/net.rst @@ -79,7 +79,7 @@ those sockets. To allow ping for GID 100 (usually users group):: When using the built-in TFTP server, the router is also the TFTP server. -When using the ``'-netdev user,hostfwd=...'`` option, TCP or UDP +When using the ``'-netdev user,hostfwd=...'`` option, TCP, UDP or UNIX connections can be redirected from the host to the guest. It allows for example to redirect X11, telnet or SSH connections. |