Skip to content

Commit

Permalink
300s
Browse files Browse the repository at this point in the history
  • Loading branch information
cppla committed Jul 21, 2022
1 parent 94896ba commit 615cec8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions server/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@
"callback": "https://yourSMSurl"
},
{
"name": "ipv4 offline warning",
"rule": "online4=0",
"interval": 1800,
"name": "offline warning",
"rule": "online4=0&online6=0",
"interval": 300,
"callback": "https://yourSMSurl"
},
{
Expand Down

0 comments on commit 615cec8

Please sign in to comment.