Skip to content

Commit

Permalink
support fuxgames and llm
Browse files Browse the repository at this point in the history
we really need a better system for this
  • Loading branch information
pixelcmtd committed Jun 3, 2022
1 parent 2f37e39 commit 3f5019f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion redirector.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ Just switch to https up there ↑
if strings.Contains(r.Host, "chrissx.de") ||
strings.Contains(r.Host, "chrissx.eu") ||
strings.Contains(r.Host, "zerm.eu") ||
strings.Contains(r.Host, "zerm.link") {
strings.Contains(r.Host, "zerm.link") ||
strings.Contains(r.Host, "fuxgames.com") ||
strings.Contains(r.Host, "lowlevelmusic.com") {
var url = url.URL{}
url.Host = r.Host
url.Scheme = "https"
Expand Down

0 comments on commit 3f5019f

Please sign in to comment.