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

Commit

Permalink
Make sample config file reflect code expectation
Browse files Browse the repository at this point in the history
Should fix issue #10
  • Loading branch information
tdack authored Jan 13, 2019
1 parent 384c43d commit 1d81d2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-sample.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"time": "2230"
}
],
"blocked": [ /* array of mac addresses to be blocked */
"block": [ /* array of mac addresses to be blocked */
"b8:27:eb:de:91:68",
"c8:60:00:9a:ba:ca",
"d8:1d:72:c6:20:96",
Expand All @@ -126,4 +126,4 @@
]
}
}
}
}

0 comments on commit 1d81d2a

Please sign in to comment.