diff options
author | freewil <sean@eternalrise.com> | 2012-08-28 13:33:32 -0400 |
---|---|---|
committer | freewil <sean@eternalrise.com> | 2012-08-28 13:33:32 -0400 |
commit | 41b2856bd485b1eb6f4732d6593ace73ba2a31ba (patch) | |
tree | ee109d3bb2fca428f3d4e7472d242e2e789d5611 | |
parent | 0d9556f948388056600fcb8310d68db0b262ecc7 (diff) |
make use of -onlynet more clear in release notes
-rw-r--r-- | doc/release-notes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/release-notes.txt b/doc/release-notes.txt index b066fea8af..80b6967e6b 100644 --- a/doc/release-notes.txt +++ b/doc/release-notes.txt @@ -60,7 +60,7 @@ P2P networking * Support connecting by hostnames passed to proxy (-proxydns) * Add -seednode connections, and use this for -dnsseed + -proxydns * Added -externalip and -discover -* Add -onlynet to prevent connections to a given network +* Add -onlynet to connect only to a given network (IPv4, IPv6, or Tor) * Separate listening sockets, -bind=<addr> |