Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion lib/plug/cowboy.ex
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ defmodule Plug.Cowboy do

## Options

* `:net` - if using `:inet` (IPv4 only, the default) or `:inet6` (IPv6).
* `:net` - if using `:inet` (IPv4 only, the default)
or `:inet6` (IPv6, also listens on IPv4 on Linux by default).

* `:ip` - the IP to bind the server to. Must be one of:

Expand Down
Loading