Skip to content

Commit

Permalink
in the wild updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-nettica committed Jun 30, 2024
1 parent 579bf6c commit e973c56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ui/src/components/Services.vue
Original file line number Diff line number Diff line change
Expand Up @@ -720,6 +720,11 @@ export default {
.then( n => {
console.log("net: ", n);
this.service.net = n;
vpn.current.allowed = n.allowed;
if (this.svcList.selected.value == "Tunnel") {
vpn.current.allowed.push("0.0.0.0/0")
}
ApiService.post("/device", device)
.then( d => {
Expand Down

0 comments on commit e973c56

Please sign in to comment.