mirror of
https://code.rocketnine.space/tslocum/twins.git
synced 2024-11-27 13:28:15 +01:00
Compare commits
No commits in common. "c026f5c7b192b22666afcabbda72cd10f95b0013" and "066fe276ebad3f19f05a75f3b4d15179c767f69a" have entirely different histories.
c026f5c7b1
...
066fe276eb
1 changed files with 9 additions and 10 deletions
|
@ -10,19 +10,18 @@ via the `--config` argument.
|
|||
|
||||
Address to listen for connections on in the format of `interface:port`.
|
||||
|
||||
### Listen on all addresses (IPv4 and IPv6)
|
||||
|
||||
`:1965`
|
||||
|
||||
### Listen on a specific address (IPv4 or IPv6)
|
||||
|
||||
`192.0.2.1:1965` or `"[2001:db8::1]:1965"` (please note the quotes and brackets
|
||||
for IPv6 addresses).
|
||||
|
||||
### Listen on localhost (IPv4 only)
|
||||
### Listen on localhost
|
||||
|
||||
`localhost:1965`
|
||||
|
||||
### Listen on an IPv4 or IPv6 address
|
||||
|
||||
`192.0.2.1:1965` or `[2001:db8::1]:1965`
|
||||
|
||||
### Listen on all interfaces
|
||||
|
||||
`:1965`
|
||||
|
||||
## Types
|
||||
|
||||
Content types may be defined by file extension. When a type is not defined for
|
||||
|
|
Loading…
Reference in a new issue