mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
tcp: config docs need to reflect the bind address prefixes
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user