yarn add @arkecosystem/core-p2p
module.exports = {
port: process.env.ARK_P2P_PORT || 4002,
remoteInterface: true,
dns: [
// Google
'8.8.8.8',
'8.8.4.4',
// CloudFlare
'1.1.1.1',
'1.0.0.1',
// OpenDNS
'208.67.222.222',
'208.67.220.220'
],
ntp: [
'pool.ntp.org',
'time.google.com'
]
}
If you discover a security vulnerability within this package, please send an e-mail to [email protected]. All security vulnerabilities will be promptly addressed.