Skip to content

Tags: aimof/dgraph

Tags

nightly

Toggle nightly's commit message
Added IP whitelist for admin/export (dgraph-io#2233)

* Added IP whitelist for admin/export.

* Use IP whitelist range rather than single list of comma-separated values for `--whitelist` option.

* Handle case where ip is nil from `net.ParseIP` in `ipInIPWhitelistRanges`.

Updated `--whitelist` flag documentation.

Handle error in `parseIPsFromString` when setting worker configuration values.

Fixed documentation grammar.