Skip to content

Commit 850c544

Browse files
committed
Updated docs wrt starter.disable-ipv6
1 parent d54fa92 commit 850c544

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Changes from version 0.9.1 to 0.9.2
2+
3+
- Added `--starter.disable-ipv6` option to cope with environments
4+
where IPv6 is actively disabled.
5+
16
# Changes from version 0.9.0 to 0.9.1
27

38
- Update to go 1.9.0

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -383,6 +383,14 @@ the other servers are derived from this number.
383383
This is the port used for communication of the `arangodb` instances
384384
amongst each other.
385385

386+
* `--starter.disable-ipv6=bool`
387+
388+
if disabled, the starter will configure the `arangod` servers
389+
to bind to address `0.0.0.0` (all IPv4 interfaces)
390+
instead of binding to `[::]` (all IPv4 and all IPv6 interfaces).
391+
392+
This is useful when IPv6 has actively been disabled on your machine.
393+
386394
* `--server.arangod=path`
387395

388396
path to the `arangod` executable (default varies from platform to

0 commit comments

Comments
 (0)