mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
added default DNS and NMC servers, from Google and OneName respectively
This commit is contained in:
16
blockstack_cli/config.py
Normal file
16
blockstack_cli/config.py
Normal file
@@ -0,0 +1,16 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
"""
|
||||
Open Name System
|
||||
~~~~~
|
||||
|
||||
:copyright: (c) 2014 by opennamesystem.org
|
||||
:license: MIT, see LICENSE for more details.
|
||||
"""
|
||||
|
||||
DNS_SERVERS = ['8.8.8.8','8.8.4.4'] #use Google's public DNS servers as default
|
||||
NMC_SERVERS = ['162.243.253.65','107.170.167.141'] #use OneName's public NMC servers as default
|
||||
|
||||
NAMECOIND_PORT = 8332
|
||||
NAMECOIND_USER = 'opennamesystem'
|
||||
NAMECOIND_PASSWD = 'opennamesystem'
|
||||
NAMECOIND_USE_HTTPS = True
|
||||
Reference in New Issue
Block a user