-
利用双栈VPS搭建6in4隧道
2018-07-08
目的 SERVER1 只支持ipv4, SERVER2 同时支持ipv4和ipv6,构建隧道使SERVER1也能够访问ipv6网站。 部署步骤 SERVER1 ip tunnel add ipv6 mode sit remote IPV4_OF_SERVER2 local IPV4_OF_SERVER2 ttl 255 ip link set…more
-
使用Caddy反向代理Project V (二)
2018-07-04
简介 前篇介绍了Caddy反向代理Websocket到Project V的过程,本次介绍反响代理h2到Project V. 来源 白话文教程 配置模板 下载…more
-
使用 Nginx 对 Project V 做负载均衡
2018-03-01
前言 在之前的一篇文章中介绍了两种 Project V 的负载均衡的方式:1. 通过 Project V 自带的负载均衡 2. 通过 Haproxy。 今天来介绍第三种方式:Nginx Nginx 简介…more
-
使用Caddy反向代理Project V
2017-12-12
简介 Caddy是一款轻量化的软件,下面记录Caddy反向代理 Project V 的步骤 下载安装 假设使用64位的Linux系统, 并使用systemd管理方式(…more
-
树莓派安装adbyby去除广告
2017-10-28
在树莓派上安装adbyby来去除广告 Adbyby是一款广告去除软件,被内置在多个著名的路由器系统中。但是由于路由器的性能因素,adbyby常…more
-
Nginx通过http_header分流Websocket
2017-10-20
Nginx 转发 Websocket 今天介绍两种通过http_header分流某V姓软件的Websocket协议的方法: 通过定义两个server分流 只需要在原来配置文件…more
-
树莓派启用看门狗
2017-10-16
树莓派启用看门狗防止死机 树莓派是一款性价比不错的设备。它可以当作一台性能够用的Linux主机,其最大额优势是功耗低,大部分人都可以可以接受树…more
-
树莓派dnsmasq通过Host文件去除广告
2017-10-02
dnsmasq通过Host文件去除广告 通过host去除广告是比较原始的一种方式,类似于“从源头阻断这样一个思想”,我们会看到广告,是因为加载…more
-
How to set up transparent gateway
2017-09-29
How to configure transparent gateway on Raspberry Pi Troditional transparent proxy methods like ‘to be AP’ and ‘to be Gateway’ are almost as the same performance. However, when there isn’t any proxy software installed on your device, or the software inn’t compatible with your device, a well-configured transparent AP or gateway on an embedded device in order to reach the world. Here comes the procedures. Before we get started, here’re…more
-
NodeBB 搭建教程
2017-08-11
NodeBB 教程 简介 NodeBB是一款由NodeJS开发的论坛应用。它神速的单页面设计,它有完善的功能模块,不仅可以用作论坛,还可以用作 CMS,博客,…more