comment out iface

On Linode anyway the relay's unreachable from python scripts unless I do
this, and it seems harmless in local tests too.
This commit is contained in:
Eric House 2017-12-14 06:39:40 -08:00
parent e96a982f24
commit bda545fc8e

View file

@ -28,8 +28,12 @@ DEVICE_PORTS=10998
# Port for per-device UDP interface (experimental)
UDP_PORT=10997
# interface to listen on -- may get dup packets if not specified
UDP_IFACE=eth0
# interface to listen on -- may get dup packets if not specified. BUT:
# at least on Linode specifying this leads to an socket that can't be
# reached from localhost, e.g. by python scripts, and local tests pass
# fine without it. So the dup packets thing may no longer apply.
# UDP_IFACE=eth0
# How long after we've read from an address before we assume it's
# recycled. Also sent to clients as a suggested ping interval