monero/src/daemon
Thomas Winget 155475d971
Add IPv6 support
new cli options (RPC ones also apply to wallet):
  --p2p-bind-ipv6-address (default = "::")
  --p2p-bind-port-ipv6    (default same as ipv4 port for given nettype)
  --rpc-bind-ipv6-address (default = "::1")

  --p2p-use-ipv6          (default false)
  --rpc-use-ipv6          (default false)

  --p2p-require-ipv4      (default true, if ipv4 bind fails and this is
                           true, will not continue even if ipv6 bind
                           successful)
  --rpc-require-ipv4      (default true, description as above)

ipv6 addresses are to be specified as "[xx:xx:xx::xx:xx]:port" except
in the cases of the cli args for bind address.  For those the square
braces can be omitted.
2019-07-31 20:04:57 -04:00
..
CMakeLists.txt Update 2019 copyright 2019-03-05 22:05:34 +01:00
command_line_args.h add a command line option to disable ZMQ server 2019-06-01 13:03:37 -04:00
command_parser_executor.cpp Merge pull request #5582 2019-07-24 14:18:09 -05:00
command_parser_executor.h Merge pull request #5530 2019-07-24 14:07:29 -05:00
command_server.cpp Merge pull request #5530 2019-07-24 14:07:29 -05:00
command_server.h Add ssl_options support to monerod's rpc mode. 2019-05-22 00:09:11 -04:00
core.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
daemon.cpp Merge pull request #5597 2019-07-24 14:26:59 -05:00
daemon.h add a command line option to disable ZMQ server 2019-06-01 13:03:37 -04:00
executor.cpp Merge pull request #5190 2019-03-17 17:56:04 +02:00
executor.h Merge pull request #5190 2019-03-17 17:56:04 +02:00
main.cpp Merge pull request #5597 2019-07-24 14:26:59 -05:00
p2p.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
protocol.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
rpc_command_executor.cpp Add IPv6 support 2019-07-31 20:04:57 -04:00
rpc_command_executor.h Merge pull request #5582 2019-07-24 14:18:09 -05:00
rpc.h Update 2019 copyright 2019-03-05 22:05:34 +01:00