mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-27 21:05:53 +00:00
* Update the known servers in socketserver.
* Update the icon font to include a YouTube icon.
This commit is contained in:
parent
3583dd8fe7
commit
deecf078db
8 changed files with 9 additions and 0 deletions
|
@ -15,6 +15,9 @@ var SERVERS = []string{
|
|||
"https://catbag.frankerfacez.com",
|
||||
"https://andknuckles.frankerfacez.com",
|
||||
"https://tuturu.frankerfacez.com",
|
||||
"https://yoohoo.frankerfacez.com",
|
||||
"https://lilz.frankerfacez.com",
|
||||
"https://pog.frankerfacez.com"
|
||||
}
|
||||
|
||||
const folderPrefix = "/hll/"
|
||||
|
|
|
@ -95,6 +95,9 @@ var ServerNames = []string{
|
|||
"catbag",
|
||||
"andknuckles",
|
||||
"tuturu",
|
||||
"lilz",
|
||||
"yoohoo",
|
||||
"pog"
|
||||
}
|
||||
|
||||
var httpClient http.Client
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue