2022-02-05 21:42:36 +02:00
|
|
|
--- a/core/corehttp/webui.go 2020-05-09 04:58:18.000000000 +0200
|
|
|
|
+++ b/core/corehttp/webui.go 2020-07-15 00:22:00.439862559 +0200
|
|
|
|
@@ -1,7 +1,7 @@
|
|
|
|
package corehttp
|
|
|
|
|
|
|
|
// TODO: move to IPNS
|
2022-08-02 21:23:42 +03:00
|
|
|
-const WebUIPath = "/ipfs/bafybeibozpulxtpv5nhfa2ue3dcjx23ndh3gwr5vwllk7ptoyfwnfjjr4q" // v2.15.1
|
2022-02-05 21:42:36 +02:00
|
|
|
+const WebUIPath = "/ipns/webui.ipfs.privatevoid.net"
|
|
|
|
|
|
|
|
// this is a list of all past webUI paths.
|
|
|
|
var WebUIPaths = []string{
|