Make gopher respect ip

This commit is contained in:
Rin Toshaka 2018-12-07 19:21:58 +01:00
parent 8764f64690
commit 09f20de0d7
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ def init([ip, port]) do
:gopher, :gopher,
100, 100,
:ranch_tcp, :ranch_tcp,
[port: port], [ip: ip, port: port],
__MODULE__.ProtocolHandler, __MODULE__.ProtocolHandler,
[] []
) )