fq-book

📖《网络代理与VPN应用详解》 详细阐述代理、隧道、VPN运作过程,并对GFW策略如:地址端口封锁、服务器缓存投毒、数字验证攻击、SSL连接阻断做相关的原理说明

Stars
3.9K
Committers
1

VPN

cc fq-book blog outlook stars

intro

** w3-goto-world `` **

update

-> VPN

  • crx_header_invalid

  • VPN

  • Windows

  • probot method

postimages 30M144KB fork

NET::ERR_CERT_AUTHORITY_INVALID

xxx.github.io xxx.github.io403

DNSipconfig/flushdns ISPDNSDNS

  • DNS180.76.76.76
  • DNS223.5.5.5223.6.6.6
  • DNS119.29.29.29182.254.116.116

usage

  1. fork repo
  2. docs/index.html window.$docsify = {} repo repo
  3. settings GitHub Pages master brach/docs folder
  4. https://GitHub.github.io/fq-book

gitnode ``

  • git bash npm i docsify-cli -g
  • clone or download``.zip
  • fq-book-master/docs
  • git bash``docsify init .
  • docsify serve
  • localhost:3000 😂

docsify

Offline Explorer

docsifygitbookPDF

01user postimage ,fork

git clone https://github.com/github/fq-book.git
cd fq-book
git remote add upstream https://github.com/hoochanlon/fq-book.git
#  git fetch --all
git fetch upstream
# Git`git pull upstream master --allow-unrelated-histories` 
git reset --hard upstream/master

repo

git add .
git commit -m "test"
# newbieGitgit push -u --force-with-lease origin master
git push -u -f origin master  

&repoGithub**Git **

repo

git

git

git config --global http.proxy 'socks5://127.0.0.1:1080' && \
git config --global https.proxy 'socks5://127.0.0.1:1080'

git config --global --unset https.proxy
git config --global --unset http.proxy

git clone

git clone --depth=1  https://github.com//repo.git

Mac

Machttp&https

export ALL_PROXY=socks5://127.0.0.1:1080

unset ALL_PROXY"

Macgit curl cip.cc

ssh

## github ssh 
### https://help.github.com/articles/using-ssh-over-the-https-port/

## HTTP 
ProxyCommand socat - PROXY:127.0.0.1:%h:%p,proxyport=8848

## socks5 
 ProxyCommand nc -v -x 127.0.0.1:1080 %h %p

SunSeekerX's Notebook-v2ex-CMDPingGoogle 2024.1.12

essays

HOSTSDNSSwitchHosts(GitHub hostsineo6/hosts)DNSCrypt vpn()VPNproxyclashios

homebrew-installThanks-Mirrorpackage-manager-proxy-settings

SteamToolssteamdogfight360UsbEAm Hosts Editoranti-cheatapexiOS/iPadOS

mind you

  • 24

2019 hoochanlon