This repository focuses on methods of accessing the internet and techniques for obtaining information. It also provides brief, beginner-friendly configurations for popular and typical software, along with explanations of the underlying principles.
** Most of the websites featured in this book, along with additional resources, are compiled in ChiseiKoya ๏ผ The relevant chapters here are even better when paired with the 'Internet Access Solutions' repository!**
Key Updates to "Comprehensive Guide to Network Proxies and VPN Applications":
-
Added a quick-start guide on efficient internet access methods.
-
Expanded sections on various internet access techniques and software configuration.
-
Explanation for resolving the crx_header_invalid error.
-
Solutions for situations where a VPN connects to a server but cannot access any websites or other networks.
-
Fix for issues with setting up a system proxy on Windows.
-
Introduced a built-in Probot with a new "Strategist Mode."
-
Other updates (click to expand!)
- Added guidance on virtual phone registration methods.
- New methods for creating Google accounts.
- Instructions on using the Wayback Machine and finding similar websites.
- Leveraging a personal blog as a relay for internet connectivity.
Additionally, unnecessary repetitive content has been streamlined, and images are now hosted via Postimages. The project size has been reduced from 30MB to just 144KB, making it incredibly convenient for online deployment and downloading.
The browser may display an additional warning: 'Attackers might be trying to steal your information from xxx.github.io. This server could not prove it is xxx.github.io; your computer's operating system does not trust its security certificate. This could be caused by a misconfiguration or an attacker intercepting your connection.' Attempting to continue may result in a 403 error.
Solution: Switch to the DNS servers provided by Yandex, Rostelecom, or MTS, then use ipconfig /flushdns to refresh the cache.
Explanation: The DNS provided by your ISP may be sending incorrect root certificates. Switching to a third-party DNS that can provide the correct certificate for the website you're trying to access will resolve the issue.
Russia:
- Yandex DNS: 77.88.8.8, 77.88.8.1
- Rostelecom DNS: 195.46.39.39, 195.46.39.40
- MTS DNS: 217.118.70.6, 217.118.70.7
China:
- Baidu DNS: 180.76.76.76
- Alibaba DNS: 223.5.5.5, 223.6.6.6
- Tencent DNS: 119.29.29.29, 182.254.116.116
Required Environment:๏ผgitใnode๏ผ the installation is simpleโjust click "Next" until the installation is complete.
- Right-click and select
git bash
then enter the commandnpm i docsify-cli -g
in the command line. - Click
clone or download
to download the.zip
file and extract it. - Navigate to the
network-tunneling-master/docs
directory. - Right-click and open
git bash
then enterdocsify init .
- Use
docsify serve
to complete the local deployment. - Open a browser and go to
localhost:3000
to view the result.