forked from AkkomaGang/akkoma
Make gopher respect ip
This commit is contained in:
parent
8764f64690
commit
09f20de0d7
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ def init([ip, port]) do
|
|||
:gopher,
|
||||
100,
|
||||
:ranch_tcp,
|
||||
[port: port],
|
||||
[ip: ip, port: port],
|
||||
__MODULE__.ProtocolHandler,
|
||||
[]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue