Make gopher respect ip

This commit is contained in:
Rin Toshaka 2018-12-07 19:21:58 +01:00
parent 8764f64690
commit 09f20de0d7

View file

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