diff options
| author | Pieter Wuille <[email protected]> | 2012-08-28 23:52:33 +0200 |
|---|---|---|
| committer | Pieter Wuille <[email protected]> | 2012-08-28 23:52:33 +0200 |
| commit | 3588c91c7ed72f071637ff5fd25ee3ad6ed06ca5 (patch) | |
| tree | 5ac09c90eb5e5657b1465e359c362286b2303eb6 /doc | |
| parent | Merge pull request #1741 from freewil/release-notes-remove-i2p (diff) | |
| download | discoin-3588c91c7ed72f071637ff5fd25ee3ad6ed06ca5.tar.xz discoin-3588c91c7ed72f071637ff5fd25ee3ad6ed06ca5.zip | |
Small update to release notes regarding -seednode
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/release-notes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release-notes.txt b/doc/release-notes.txt index 796ba3a35..5374847b5 100644 --- a/doc/release-notes.txt +++ b/doc/release-notes.txt @@ -57,8 +57,8 @@ P2P networking file containing peer address data. * Lower default send buffer from 10MB to 1MB * proxy: SOCKS5 by default -* Support connecting by hostnames passed to proxy (-proxydns) -* Add -seednode connections, and use this for -dnsseed + -proxydns +* Support connecting by hostnames passed to proxy +* Add -seednode connections, and use this instead of DNS seeds when proxied * Added -externalip and -discover * Add -onlynet to connect only to a given network (IPv4, IPv6, or Tor) * Separate listening sockets, -bind=<addr> |