为了在非内网环境下访问校网,同时规避掉原来速度慢且极为臃肿的RVPN,这里搭建了一个基于SSH的RVPN,当然了,性能可能较差,只能供个人使用。
核心命令:利用SSH的DNAT功能,在客户端建立一个SOCKS5代理,从而使网络流量走SSH隧道。
1 | ssh -NfD 1088 pi@rte.un |
这里,N代表不打开shell,我们只进行网络代理,不需要shell;f代表让ssh自动到后台运行;而D则是建立一个动态端口转发隧道,也就是打开了SOCKS5隧道,这里将隧道建立在了1088端口。
缺失模块。
1、请确保node版本大于6.2
2、在博客根目录(注意不是yilia根目录)执行以下命令:
npm i hexo-generator-json-content --save
3、在根目录_config.yml里添加配置:
jsonContent: meta: false pages: false posts: title: true date: true path: true text: false raw: false content: false slug: false updated: false comments: false link: false permalink: false excerpt: false categories: false tags: true