tcp: config docs need to reflect the bind address prefixes

This commit is contained in:
Aarnav Tale
2024-04-21 18:59:50 -04:00
parent 8185b0f67a
commit f172b3d616

View File

@ -1355,8 +1355,8 @@ keybind: Keybinds = .{},
/// If set, Ghostty will start a TCP server on the specified socket path. Valid
/// values can include a valid Unix socket path or an IP address and port. For
/// example, `0.0.0.0:9393` will start a TCP server on all interfaces on port
/// 9393. A value such as `/tmp/ghostty.sock` will start a socket on that path.
/// example, `tcp://0.0.0.0:9393` will start a TCP server on all interfaces on
/// port 9393 while `unix:///tmp/ghostty.sock` will start a Unix socket server.
@"remote-tcp-socket": ?[:0]const u8 = null,
/// The maximum number of connections (default 10) that can be made to the