forked from AkkomaGang/akkoma
Merge branch 'fix/gopher-respect-ip' into 'develop'
[#155] Fix Gopher server binding only to default value See merge request pleroma/pleroma!518
This commit is contained in:
commit
7d86c0c53f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
[]
|
[]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue