Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Default initialisation of empty firewall state
Browse files Browse the repository at this point in the history
  • Loading branch information
stenya committed Nov 6, 2020
1 parent 6cf0ba3 commit 6309cce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/store/module-vpn-state.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ export default {

pauseState: PauseStateEnum.Resumed,

firewallState: null /*{
firewallState: {
IsEnabled: null,
IsPersistent: null,
IsAllowLAN: null,
IsAllowMulticast: null
}*/,
},

dns: "",

Expand Down

0 comments on commit 6309cce

Please sign in to comment.