Skip to content

Commit

Permalink
Updated default configs
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed May 25, 2022
1 parent a6dbc53 commit 94749e0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion RNS/Reticulum.py
Original file line number Diff line number Diff line change
Expand Up @@ -1211,6 +1211,6 @@ def transport_enabled():
[[Default Interface]]
type = AutoInterface
interface_enabled = True
enabled = Yes
'''.splitlines()
18 changes: 9 additions & 9 deletions RNS/Utilities/rnsd.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,15 +147,15 @@ def main():
[[Default Interface]]
type = AutoInterface
interface_enabled = True
enabled = yes
# The following example enables communication with other
# local Reticulum peers using UDP broadcasts.
[[UDP Interface]]
type = UDPInterface
interface_enabled = False
enabled = no
listen_ip = 0.0.0.0
listen_port = 4242
forward_ip = 255.255.255.255
Expand Down Expand Up @@ -198,7 +198,7 @@ def main():
[[TCP Server Interface]]
type = TCPServerInterface
interface_enabled = False
enabled = no
# This configuration will listen on all IP
# interfaces on port 4242
Expand All @@ -224,7 +224,7 @@ def main():
[[TCP Client Interface]]
type = TCPClientInterface
interface_enabled = False
enabled = no
target_host = 127.0.0.1
target_port = 4242
Expand All @@ -237,9 +237,9 @@ def main():
[[I2P]]
type = I2PInterface
interface_enabled = yes
enabled = no
connectable = yes
peers = 5urvjicpzi7q3ybztsef4i5ow2aq4soktfj7zedz53s47r54jnqq.b32.i2p
peers = ykzlw5ujbaqc2xkec4cpvgyxj257wcrmmgkuxqmqcur7cq3w3lha.b32.i2p
# Here's an example of how to add a LoRa interface
Expand All @@ -249,7 +249,7 @@ def main():
type = RNodeInterface
# Enable interface if you want use it!
interface_enabled = False
enabled = no
# Serial port for the device
port = /dev/ttyUSB0
Expand Down Expand Up @@ -301,7 +301,7 @@ def main():
type = KISSInterface
# Enable interface if you want use it!
interface_enabled = False
enabled = no
# Serial port for the device
port = /dev/ttyUSB1
Expand Down Expand Up @@ -372,7 +372,7 @@ def main():
ssid = 0
# Enable interface if you want use it!
interface_enabled = False
enabled = no
# Serial port for the device
port = /dev/ttyUSB2
Expand Down

0 comments on commit 94749e0

Please sign in to comment.