From 17c9c595b2d95fc62fd838cb3ed84254ab7982ad Mon Sep 17 00:00:00 2001 From: Aaron Paterson <9441877+MayCXC@users.noreply.github.com> Date: Thu, 10 Oct 2024 09:04:14 -0400 Subject: [PATCH] Update conventions.md --- src/docs/markdown/conventions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/docs/markdown/conventions.md b/src/docs/markdown/conventions.md index be66752..9f880d5 100644 --- a/src/docs/markdown/conventions.md +++ b/src/docs/markdown/conventions.md @@ -47,6 +47,8 @@ The host may be any hostname, resolvable domain name, IP address, or file descri In the case of IPv6 addresses, the address must be enclosed in square brackets `[]`. The zone identifier (starting with `%`) is optional (often used for link-local addresses). +In the case of file descriptors, the host must be an unsigned [integer literal](https://go.dev/ref/spec#Integer_literals). + The port may be a single value (`:8080`) or an inclusive range (`:8080-8085`). A port range will be multiplied into singular addresses. Not all config fields accept port ranges. The special port `:0` means any available port. A unix socket path is only acceptable when using a `unix*` network type. The forward slash that separates the network and address is not considered part of the path.