diff --git a/cmd/flags.go b/cmd/flags.go index 2b5d87e..bf927b6 100644 --- a/cmd/flags.go +++ b/cmd/flags.go @@ -108,7 +108,6 @@ var AppConfigFlags = []cli.Flag{ EnvVars: []string{"SPECS"}, Destination: &Specs, }, - &cli.BoolFlag{ Name: "SetDefaultConfig", Aliases: []string{"dc"}, diff --git a/p2p/ip_table.json b/p2p/ip_table.json index 7ba6cde..e8729ed 100644 --- a/p2p/ip_table.json +++ b/p2p/ip_table.json @@ -1,11 +1,3 @@ { - "ip_address": [ - { - "ipv4": "", - "ipv6": "2001:8f8:172d:ee93:7588:ad57:c351:3309", - "latency": 1213198, - "download": 0, - "upload": 0 - } - ] + "ip_address": null } \ No newline at end of file