mirror of
https://github.com/openwrt-xiaomi/xmir-patcher.git
synced 2026-09-22 22:57:55 +03:00
gateway: Change default device ip_addr to 192.168.31.1
This commit is contained in:
+1
-1
@@ -468,7 +468,7 @@ class Gateway():
|
||||
#===============================================================================
|
||||
@property
|
||||
def ip_addr(self):
|
||||
return self.get_config_param('device_ip_addr', '192.168.1.1').strip()
|
||||
return self.get_config_param('device_ip_addr', '192.168.31.1').strip()
|
||||
|
||||
@ip_addr.setter
|
||||
def ip_addr(self, value):
|
||||
|
||||
Reference in New Issue
Block a user