mirror of
https://github.com/h44z/wg-portal.git
synced 2025-09-15 15:21:14 +00:00
generate interface and peer configuration filenames in backend only (#395)
This commit is contained in:
@@ -42,7 +42,8 @@ export function freshInterface() {
|
||||
PeerDefPostDown: "",
|
||||
|
||||
TotalPeers: 0,
|
||||
EnabledPeers: 0
|
||||
EnabledPeers: 0,
|
||||
Filename: ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -120,6 +121,8 @@ export function freshPeer() {
|
||||
Overridable: true,
|
||||
},
|
||||
|
||||
Filename: "",
|
||||
|
||||
// Internal values
|
||||
IgnoreGlobalSettings: false,
|
||||
IsSelected: false
|
||||
|
Reference in New Issue
Block a user