plugeth/node
Martin Holst Swende 589b603a9b rpc: dns rebind protection (#15962)
* cmd,node,rpc: add allowedHosts to prevent dns rebinding attacks

* p2p,node: Fix bug with dumpconfig introduced in r54aeb8e4c0bb9f0e7a6c67258af67df3b266af3d

* rpc: add wildcard support for rpcallowedhosts + go fmt

* cmd/geth, cmd/utils, node, rpc: ignore direct ip(v4/6) addresses in rpc virtual hostnames check

* http, rpc, utils: make vhosts into map, address review concerns

* node: change log messages to use geth standard (not sprintf)

* rpc: fix spelling
2018-02-12 14:52:07 +02:00
..
api.go rpc: dns rebind protection (#15962) 2018-02-12 14:52:07 +02:00
config_test.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
config.go rpc: dns rebind protection (#15962) 2018-02-12 14:52:07 +02:00
defaults.go p2p, p2p/discover, p2p/discv5: implement UDP port sharing (#15200) 2018-01-22 13:38:34 +01:00
doc.go node: fix doc typo 2017-08-06 00:32:17 +02:00
errors.go node: fix instance dir locking and improve error message 2017-08-18 12:14:00 +02:00
node_example_test.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
node_test.go cmd/geth: add --config file flag (#13875) 2017-04-12 17:27:23 +03:00
node.go rpc: dns rebind protection (#15962) 2018-02-12 14:52:07 +02:00
service_test.go node: ensure datadir can be co-inhabited by different instances 2016-09-16 15:24:31 +02:00
service.go node: don't return non-nil database on error 2017-06-23 09:56:30 +02:00
utils_test.go node: fix megacheck warnings 2017-08-07 13:43:08 +03:00