Make gopher respect ip

stable
Rin Toshaka 6 years ago
parent 8764f64690
commit 09f20de0d7

@ -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,
[] []
) )

Loading…
Cancel
Save