use [ipv6] in hosts

This commit is contained in:
James Feng Cao 2023-04-01 15:15:10 +08:00
parent 62f3a10994
commit 5dcba20904
18 changed files with 54 additions and 33 deletions

View file

@ -4,7 +4,7 @@
if("https://www.bing.com/turing/conversation/create"==url){
url = "https://mybing1.xn--xyza.top/Create";
options = {
headers:{"Cookie1":document.cookie},
headers:{},
};
}
return oFetch(url,options)