Lines 27-36
Link Here
|
27 |
; Valid syntaxes are: |
27 |
; Valid syntaxes are: |
28 |
; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on |
28 |
; 'ip.add.re.ss:port' - to listen on a TCP socket to a specific IPv4 address on |
29 |
; a specific port; |
29 |
; a specific port; |
|
|
30 |
; '0.0.0.0:port' - to listen on a TCP socket to all IPv4 addresses on |
31 |
; a specific port; |
30 |
; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on |
32 |
; '[ip:6:addr:ess]:port' - to listen on a TCP socket to a specific IPv6 address on |
31 |
; a specific port; |
33 |
; a specific port; |
32 |
; 'port' - to listen on a TCP socket to all addresses |
34 |
; 'port' - to listen on a TCP socket to all addresses |
33 |
; (IPv6 and IPv4-mapped) on a specific port; |
35 |
; (IPv6 and IPv4-mapped) on a specific port; |
|
|
36 |
; Note: IPv4-mapped addresses are disabled by-default in |
37 |
; FreeBSD for security reasons; |
34 |
; '/path/to/unix/socket' - to listen on a unix socket. |
38 |
; '/path/to/unix/socket' - to listen on a unix socket. |
35 |
; Note: This value is mandatory. |
39 |
; Note: This value is mandatory. |
36 |
listen = 127.0.0.1:9000 |
40 |
listen = 127.0.0.1:9000 |