Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 979 Bytes

README.md

File metadata and controls

51 lines (39 loc) · 979 Bytes

ARK Core

ARK Core - P2P API

Installation

yarn add @arkecosystem/core-p2p

Configuration

Defaults

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'
  ]
}

Security

If you discover a security vulnerability within this package, please send an e-mail to security@ark.io. All security vulnerabilities will be promptly addressed.

Credits

License

MIT © ArkEcosystem