refactor, bypass dns filtering using google dns, yts host resolution using qwant

This commit is contained in:
2020-05-31 15:54:24 +02:00
parent 6099b72570
commit 1fd24d0536
1164 changed files with 437 additions and 582974 deletions

View File

@ -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() {