Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ErlendEllingsen committed Apr 23, 2018
1 parent cd749e6 commit ad8f742
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,28 @@ You can always make adjustments directly to the `./whitelist.json` file as well
|`--wh-clear`|No|Optional|If `fw-name` is specified, the supplied firewall whitelist will be cleared. If not, the entire whitelist will be cleared.|
|`--wh-list`|No|Optional|If `fw-name` is specified, the supplied firewall whitelist will be listed. If not, the entire whitelist will be listed.|

#### NB: About `./whitelist.json`
The file should be created automatically upon using any of the above arguments. If you wish to create or modify it manually, be sure to use the following format:

```JSON
{
"global": [ip1, ip2, ...],
"firewalls": {
"fw1": [ip1, ip2, ...],
"fw2": [ip1, ip2, ...]
}
}
```

Default file:

````JSON
{
"global": [],
"firewalls": {}
}
````



## Roadmap
Expand Down

0 comments on commit ad8f742

Please sign in to comment.