mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-08-08 14:32:47 -04:00
Renamed UDPInterface
This commit is contained in:
parent
b9301a2a8a
commit
a43d485630
2 changed files with 7 additions and 7 deletions
|
@ -168,8 +168,8 @@ class Reticulum:
|
|||
|
||||
try:
|
||||
if ("interface_enabled" in c) and c.as_bool("interface_enabled") == True:
|
||||
if c["type"] == "UdpInterface":
|
||||
interface = UdpInterface.UdpInterface(
|
||||
if c["type"] == "UDPInterface":
|
||||
interface = UDPInterface.UDPInterface(
|
||||
RNS.Transport,
|
||||
name,
|
||||
c["listen_ip"],
|
||||
|
@ -467,7 +467,7 @@ loglevel = 4
|
|||
# needs or turn it off completely.
|
||||
|
||||
[[Default UDP Interface]]
|
||||
type = UdpInterface
|
||||
type = UDPInterface
|
||||
interface_enabled = True
|
||||
outgoing = True
|
||||
listen_ip = 0.0.0.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue