mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2025-08-28 15:51:17 +00:00
Update dashboard.py
This commit is contained in:
@@ -1129,7 +1129,7 @@ class DashboardConfig:
|
|||||||
"peer_global_DNS": "1.1.1.1",
|
"peer_global_DNS": "1.1.1.1",
|
||||||
"peer_endpoint_allowed_ip": "0.0.0.0/0",
|
"peer_endpoint_allowed_ip": "0.0.0.0/0",
|
||||||
"peer_display_mode": "grid",
|
"peer_display_mode": "grid",
|
||||||
"remote_endpoint": ifcfg.default_interface()['inet'],
|
"remote_endpoint": ifcfg.default_interface()['inet'] if ifcfg.default_interface() else '',
|
||||||
"peer_MTU": "1420",
|
"peer_MTU": "1420",
|
||||||
"peer_keep_alive": "21"
|
"peer_keep_alive": "21"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user