mirror of
https://github.com/TeamPiped/http3-ytproxy.git
synced 2024-08-14 23:56:43 +00:00
Add support for *.lbryplayer.xyz.
This commit is contained in:
parent
7dd806014c
commit
a484dfd22b
1 changed files with 1 additions and 0 deletions
1
main.go
1
main.go
|
@ -48,6 +48,7 @@ var allowed_hosts = []string{
|
|||
"ytimg.com",
|
||||
"ggpht.com",
|
||||
"googleusercontent.com",
|
||||
"lbryplayer.xyz",
|
||||
}
|
||||
|
||||
type requesthandler struct{}
|
||||
|
|
Loading…
Reference in a new issue