refactor, bypass dns filtering using google dns, yts host resolution using qwant
This commit is contained in:
@ -2,12 +2,14 @@ package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"git.adphi.net/Adphi/ytsflix/handler"
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/sirupsen/logrus"
|
||||
"net/http"
|
||||
"os"
|
||||
"strings"
|
||||
|
||||
"github.com/gorilla/mux"
|
||||
"github.com/sirupsen/logrus"
|
||||
|
||||
"git.adphi.net/adphi/ytsflix/handler"
|
||||
)
|
||||
|
||||
func main() {
|
Reference in New Issue
Block a user