mirror of
https://github.com/markqvist/Reticulum.git
synced 2026-05-30 02:09:26 -07:00
Added gateway mode to rnstatus
This commit is contained in:
@@ -75,6 +75,8 @@ def program_setup(configdir, dispall=False, verbosity = 0):
|
||||
modestr = "Roaming"
|
||||
elif ifstat["mode"] == RNS.Interfaces.Interface.Interface.MODE_BOUNDARY:
|
||||
modestr = "Boundary"
|
||||
elif ifstat["mode"] == RNS.Interfaces.Interface.Interface.MODE_GATEWAY:
|
||||
modestr = "Gateway"
|
||||
else:
|
||||
modestr = "Full"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user