diff options
author | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-09-29 13:14:53 +0300 |
---|---|---|
committer | Kaarle Ritvanen <kaarle.ritvanen@datakunkku.fi> | 2014-09-29 13:43:40 +0300 |
commit | c2017b127eb6b33962eb12d5c0be11c685951413 (patch) | |
tree | 9ef80e297533845656d2ad40df1a860de480fedf | |
parent | 4c8cce74664723532fcab170b8b025db016df562 (diff) | |
download | awall-c2017b127eb6b33962eb12d5c0be11c685951413.tar.bz2 awall-c2017b127eb6b33962eb12d5c0be11c685951413.tar.xz |
sample-policy: correct JSON syntax error
-rw-r--r-- | sample-policy.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-policy.json b/sample-policy.json index 8dc9d95..b381314 100644 --- a/sample-policy.json +++ b/sample-policy.json @@ -10,7 +10,7 @@ "policy": [ { "in": "internet", "action": "drop" }, { "action": "reject" } - ] + ], "filter": [ { |