Skip to content

๐Ÿ“– Detailed Explanation of Network Proxies and VPN Applications provides an in-depth analysis of the operations of proxies, tunnels, and VPNs, and explains the principles behind GFW strategies such as address and port blocking, server cache poisoning, digital verification attacks, and SSL connection disruptions.

Notifications You must be signed in to change notification settings

Excalibra/network-tunneling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

20 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Comprehensive Guide to Network Proxies and VPN Applications

cc fq-book blog outlook stars

intro

image

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!**

update

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.

NET::ERR_CERT_AUTHORITY_INVALID

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

usage

Local Deployment

Required Environment:๏ผšgitใ€node๏ผ› the installation is simpleโ€”just click "Next" until the installation is complete.

  • Right-click and selectgit bashthen enter the command npm i docsify-cli -g in the command line.
  • Clickclone or download to download the .zip file and extract it.
  • Navigate to the network-tunneling-master/docsdirectory.
  • Right-click and opengit bashthen enterdocsify init .
  • Usedocsify serveto complete the local deployment.
  • Open a browser and go tolocalhost:3000to view the result.

About

๐Ÿ“– Detailed Explanation of Network Proxies and VPN Applications provides an in-depth analysis of the operations of proxies, tunnels, and VPNs, and explains the principles behind GFW strategies such as address and port blocking, server cache poisoning, digital verification attacks, and SSL connection disruptions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages