diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2012-08-28 23:52:33 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2012-08-28 23:52:33 +0200 |
commit | 3588c91c7ed72f071637ff5fd25ee3ad6ed06ca5 (patch) | |
tree | 5ac09c90eb5e5657b1465e359c362286b2303eb6 /doc | |
parent | 06707dd610bbdecf3a4e25534ae74bad67ac0a13 (diff) |
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 796ba3a356..5374847b51 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> |