Skip to content

Commit

Permalink
+ + Official TG Channel, OpenBLD.net Domain
Browse files Browse the repository at this point in the history
  • Loading branch information
m0zgen committed Sep 7, 2023
1 parent 5358f09 commit 9ac8692
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions server/server_endpoints.go
Original file line number Diff line number Diff line change
Expand Up @@ -262,14 +262,6 @@ func configureRootHandler(cfg *config.Config, router *chi.Mux) {
Title string
}

<<<<<<< HEAD
=======
swaggerVersion := "main"
if util.Version != "undefined" {
swaggerVersion = util.Version
}

>>>>>>> origin/main
type PageData struct {
Links []HandlerLink
Version string
Expand All @@ -286,12 +278,16 @@ func configureRootHandler(cfg *config.Config, router *chi.Mux) {
Title: "Sys-Admin Laboratory",
},
{
URL: "https://forum.sys-adm.in",
Title: "Sys-Admin Forum",
URL: "https://openbld.net",
Title: "OpenBLD.net DNS",
},
{
URL: "https://t.me/sysadm_in_channel",
Title: "Official Telegram Channel",
},
{
URL: "https://github.com/m0zgen/blocky-listener-daemon",
Title: "BLD Repo",
URL: "https://github.com/m0zgen/open-bld.git",
Title: "OpenBLD Repo",
},
}

Expand Down

0 comments on commit 9ac8692

Please sign in to comment.