dkforest

A forum and chat platform (onion)
git clone https://git.dasho.dev/n0tr1v/dkforest.git
Log | Files | Refs | LICENSE

commit 683861f99b210b38f01908304721d95c74c334e1
parent 880e112350b3da46f6dc255a9ee362b300b6f1fa
Author: n0tr1v <n0tr1v@protonmail.com>
Date:   Wed, 16 Nov 2022 02:19:01 -0500

short url for dkf git

Diffstat:
Mpkg/config/config.go | 1+
Mpkg/web/handlers/api/v1/topBarHandler.go | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/pkg/config/config.go b/pkg/config/config.go @@ -23,6 +23,7 @@ var RoomPasswordSalt = "room_pa$$word_$alt_OYvUwmNPVTdsw" const ( DkfOnion = "http://dkforestseeaaq2dqz2uflmlsybvnq2irzn4ygyvu53oazyorednviid.onion" + DkfGitOnion = "http://yylovpz7taca7jfrub3wltxabzzjp34fngj5lpwl6eo47ekt5cxs6mid.onion" DreadOnion = "http://dreadytofatroptsdj6io7l3xptbet6onoyno2yv7jicoxknyazubrad.onion" BhcOnion = "http://blkhatjxlrvc5aevqzz5t6kxldayog6jlx5h7glnu44euzongl4fh5ad.onion" CryptbbOnion = "http://cryptbbtg65gibadeeo2awe3j7s6evg7eklserehqr4w4e2bis5tebid.onion" diff --git a/pkg/web/handlers/api/v1/topBarHandler.go b/pkg/web/handlers/api/v1/topBarHandler.go @@ -850,6 +850,7 @@ func convertLinks(in string) string { knownOnions := [][]string{ {"http://dkf.onion", config.DkfOnion}, + {"http://dkfgit.onion", config.DkfGitOnion}, {"http://dread.onion", config.DreadOnion}, {"http://cryptbb.onion", config.CryptbbOnion}, {"http://blkhat.onion", config.BhcOnion},