File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -383,6 +383,14 @@ the other servers are derived from this number.
383383This is the port used for communication of the ` arangodb ` instances
384384amongst 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
388396path to the ` arangod ` executable (default varies from platform to
You can’t perform that action at this time.
0 commit comments