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:
lambda 2018-12-07 18:49:40 +00:00
commit 7d86c0c53f
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ defmodule Pleroma.Gopher.Server do
:gopher,
100,
:ranch_tcp,
[port: port],
[ip: ip, port: port],
__MODULE__.ProtocolHandler,
[]
)