Skip to content

Commit

Permalink
add ipv6_testip to server info zeronet-conservancy#263
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Mar 28, 2024
1 parent 658c685 commit 5858a68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Config.py
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,7 @@ def getServerInfo(self):
"fileserver_port": self.fileserver_port,
"ui_ip": self.ui_ip,
"ui_port": self.ui_port,
"ipv6_testip": self.ipv6_testip,
"version": self.version,
"rev": self.rev,
"language": self.language,
Expand Down

0 comments on commit 5858a68

Please sign in to comment.