diff --git a/plugins/autopeering/parameters.go b/plugins/autopeering/parameters.go index fdbe32a049dd70920626c3ee9953dc7b2d1c2e21..e5b2c7f29178a9102031553d36c61d5f0dcab960 100644 --- a/plugins/autopeering/parameters.go +++ b/plugins/autopeering/parameters.go @@ -13,7 +13,7 @@ const ( func init() { flag.String(CFG_ADDRESS, "0.0.0.0", "address to bind for incoming peering requests") - flag.String(CFG_ENTRY_NODES, "pub_Key@127.0.0.1:14626", "list of trusted entry nodes for auto peering") + flag.String(CFG_ENTRY_NODES, "V8LYtWWcPYYDTTXLeIEFjJEuWlsjDiI0+Pq/Cx9ai6g=@116.202.49.178:14626", "list of trusted entry nodes for auto peering") flag.Int(CFG_PORT, 14626, "udp port for incoming peering requests") flag.Bool(CFG_SELECTION, true, "enable peer selection") }