diff --git a/README.md b/README.md index 1677122..53baa39 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,76 @@ -Vercel Google Search Proxy +# Vercel Google Search Proxy -1、To config your vercel rep -2、To config your own domain and cname -3、Enjoy it +## Quick start + +Chinese Notice: 如果无法查看此文档中的图片,请下载次项目后在自己电脑查看此 README.md + +1、Fork this repository +2、Registering your vercel account [vercel](https://vercel.com/) +3、Binding your github account in vercel's settings. + +![bind github account](./asset/224318.jpg) + +2、To config your vercel Rep. + +Import Git repository,steps: Overview=>Add New...=>Project. + +![import git repository](./asset/224748.jpg) + +Click Button "Continue with Github". + +![looking your own rep](./asset/225212.jpg) + +To import your repository forked,such as google etc. + +![Click Deploy](./asset/225542.jpg) + +Waiting for deploy process + +![Deploy success](./asset/225816.jpg) + +The domain vercel for you + +In 2022, the vercel domain name in mainland China will be polluted by DNS, so you should register a domain name in mainland China. Usually, novices on major domain name platforms can get a domain name with one-year usage rights for 1 yuan. + +![Vercel Domain](./asset/230030.jpg) + +3、Register your own domain name and perform real-name registration according to the real-name registration rules of the domain name manager + +No more elaboration, if you encounter problems, you can submit an issue, and some netizens will answer your questions with each other. + +3、To config your own domain and cname + +![](./asset/230712.jpg) +![](./asset/231001.jpg) + +Manage your domain name + +![](./asset/231513.jpg) + +The TXT record needs to fill in the content provided by vercel above, and the cname is the same + +![](./asset/231835.jpg) + +4、Enjoy it + +`https://google.{{mydomain}}.com` + +![](./asset/232007.jpg) + +![](./asset/232111.jpg) + +5、Modify the default browser engine for your own service + +![](./asset/232617.jpg) + +![](./asset/232857.jpg) + +Setting the default item + +![](./asset/232826.jpg) + +## Change which data center your service is in + +This affects your ip address when you use google search + +![](./asset/233500.jpg) diff --git a/asset/224318.jpg b/asset/224318.jpg new file mode 100644 index 0000000..08f7ec9 Binary files /dev/null and b/asset/224318.jpg differ diff --git a/asset/224748.jpg b/asset/224748.jpg new file mode 100644 index 0000000..4ee3624 Binary files /dev/null and b/asset/224748.jpg differ diff --git a/asset/225212.jpg b/asset/225212.jpg new file mode 100644 index 0000000..805b9fe Binary files /dev/null and b/asset/225212.jpg differ diff --git a/asset/225542.jpg b/asset/225542.jpg new file mode 100644 index 0000000..5370167 Binary files /dev/null and b/asset/225542.jpg differ diff --git a/asset/225816.jpg b/asset/225816.jpg new file mode 100644 index 0000000..78942e7 Binary files /dev/null and b/asset/225816.jpg differ diff --git a/asset/230030.jpg b/asset/230030.jpg new file mode 100644 index 0000000..2db5f6c Binary files /dev/null and b/asset/230030.jpg differ diff --git a/asset/230712.jpg b/asset/230712.jpg new file mode 100644 index 0000000..8f7ca2f Binary files /dev/null and b/asset/230712.jpg differ diff --git a/asset/231001.jpg b/asset/231001.jpg new file mode 100644 index 0000000..2f37573 Binary files /dev/null and b/asset/231001.jpg differ diff --git a/asset/231513.jpg b/asset/231513.jpg new file mode 100644 index 0000000..b6eda04 Binary files /dev/null and b/asset/231513.jpg differ diff --git a/asset/231835.jpg b/asset/231835.jpg new file mode 100644 index 0000000..7eeb44e Binary files /dev/null and b/asset/231835.jpg differ diff --git a/asset/232007.jpg b/asset/232007.jpg new file mode 100644 index 0000000..20d4d8a Binary files /dev/null and b/asset/232007.jpg differ diff --git a/asset/232111.jpg b/asset/232111.jpg new file mode 100644 index 0000000..217f7fc Binary files /dev/null and b/asset/232111.jpg differ diff --git a/asset/232617.jpg b/asset/232617.jpg new file mode 100644 index 0000000..3fdafd7 Binary files /dev/null and b/asset/232617.jpg differ diff --git a/asset/232826.jpg b/asset/232826.jpg new file mode 100644 index 0000000..1a20ce8 Binary files /dev/null and b/asset/232826.jpg differ diff --git a/asset/232857.jpg b/asset/232857.jpg new file mode 100644 index 0000000..fb7e397 Binary files /dev/null and b/asset/232857.jpg differ diff --git a/asset/233500.jpg b/asset/233500.jpg new file mode 100644 index 0000000..1a00d2b Binary files /dev/null and b/asset/233500.jpg differ