diff options
-rw-r--r-- | src/ranch_tcp.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ranch_tcp.erl b/src/ranch_tcp.erl index a134844..764c4b8 100644 --- a/src/ranch_tcp.erl +++ b/src/ranch_tcp.erl @@ -50,7 +50,7 @@ | {high_watermark, non_neg_integer()} | inet | inet6 - | {ip, inet:ip_address()} + | {ip, inet:ip_address() | inet:local_address()} | {ipv6_v6only, boolean()} | {keepalive, boolean()} | {linger, {boolean(), non_neg_integer()}} |