Skip to content

Commit

Permalink
Merge pull request monero-project#23 from stoffu/aeon-remove-seed-dns
Browse files Browse the repository at this point in the history
Disable checking for DNS seed nodes
  • Loading branch information
aeonix authored Jun 3, 2018
2 parents 9179811 + b82d57c commit fce2b0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/p2p/net_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,10 +127,7 @@ namespace nodetool
virtual std::map<std::string, time_t> get_blocked_hosts() { CRITICAL_REGION_LOCAL(m_blocked_hosts_lock); return m_blocked_hosts; }
private:
const std::vector<std::string> m_seed_nodes_list =
{ "seeds.moneroseeds.se"
, "seeds.moneroseeds.ae.org"
, "seeds.moneroseeds.ch"
, "seeds.moneroseeds.li"
{
};

bool islimitup=false;
Expand Down

0 comments on commit fce2b0a

Please sign in to comment.