diff options
| author | freewil <[email protected]> | 2012-08-28 13:33:32 -0400 |
|---|---|---|
| committer | freewil <[email protected]> | 2012-08-28 13:33:32 -0400 |
| commit | 41b2856bd485b1eb6f4732d6593ace73ba2a31ba (patch) | |
| tree | ee109d3bb2fca428f3d4e7472d242e2e789d5611 /doc | |
| parent | Merge pull request #1733 from Diapolo/Qt_changelog (diff) | |
| download | discoin-41b2856bd485b1eb6f4732d6593ace73ba2a31ba.tar.xz discoin-41b2856bd485b1eb6f4732d6593ace73ba2a31ba.zip | |
make use of -onlynet more clear in release notes
Diffstat (limited to 'doc')
| -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 b066fea8a..80b6967e6 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> |