0%

感谢P3TERX大佬带来这么好用的脚本,项目地址https://github.com/P3TERX/warp.sh
无论 VPS 是 IPv4 还是 IPv6 又或都有,添加 WARP Wire­Guard 双栈全局网络,直接使用以下命令一把梭:
自动配置 WARP WireGuard 双栈全局网络

1
bash <(curl -fsSL git.io/warp.sh) d

添加或置换 IPv4/​IPv6 网络中的一个为 WARP Wire­Guard 网络,使用以下命令一把梭:
自动配置 WARP WireGuard IPv4 网络

1
bash <(curl -fsSL git.io/warp.sh) 4

自动配置 WARP WireGuard IPv6 网络

1
bash <(curl -fsSL git.io/warp.sh) 6

Cloudflare WARP 一键配置脚本 功能菜单

1
bash <(curl -fsSL git.io/warp.sh) menu
阅读全文 »

首先更新系统

1
apt update -y

准备一个域名,做好相关的解析,若是需要套用 CDN,请托管域名到 cloudflare
wulabing:

1
wget -N --no-check-certificate -q -O install.sh "https://raw.githubusercontent.com/wulabing/Xray_onekey/main/install.sh" && chmod +x install.sh && bash install.sh

mack-a:

1
wget -P /root -N --no-check-certificate "https://raw.githubusercontent.com/mack-a/v2ray-agent/master/install.sh" && chmod 700 /root/install.sh && /root/install.sh
阅读全文 »

Github Pages

Github Pages 其实本身就是 Github 提供的博客服务。 我们在 Github 中创建一个特定格式的 Repository,Github Pages 就会将里面的信息生成一个网页,展示出来。
操作如下:
1,注册 Github 账号,然后在 Github 中创建一个以 .github.io 结尾的 Repository。
Repository name: ryanluoxu.github.io
勾选 Initialize this repository with a README
Create repository
2,简单地编辑一下 README.md 这个文档。 比如添加:I am trying to create my own blog.. 保存(Commit changes)。
3,打开网页:ryanluoxu.github.io 这里就可以看到 README.md 里的内容了。
如果没有太多的要求,其实直接用 README.md 来写博客也是不错的。

阅读全文 »

##Debian更新系统##

1
apt update -y

##CentOS更新系统##

1
2
yum install epel-release -y
yum update -y

##CentOS更新系统##

1
2
yum update -y
yum install -y curl
阅读全文 »

1,跳板机可以是纯ipv4的(如果跳板机有IPV6,可以直接跳过看2),首先在https://tunnelbroker.net/ 为这个IPV4服务器添加免费的IPV6隧道.
注册之后点击Create Regular Tunnel,然后输入跳板机的ip地址,Servers选 Fremont, CA, US。然后点击create tunnel
创建成功以后,找到Example Configurations选LInux-net-tools全部复制里面的内容。跳板机登录Xshell,将上面复制的内容粘贴以后回车。
2,跳板机设置属性,找到隧道添加一个类型选Dynamic(sock4/5),侦听端口选1080,然后点确定
3,纯IPV6服务器设置属性,找到代理,,点浏览添加一个代理,名称随便填,类型选SOCKS5,主机填127.0.0.1,端口1080,然后点确定,回到上一步选中刚创建的代理。
4,首先登录跳板机,然后再登录纯IPV6主机,教程结束

获取root权限:

1
sudo -i

##Debian更新系统##

1
apt update -y

##CentOS更新系统##

1
2
yum install epel-release -y
yum update -y

##CentOS更新系统##

1
2
yum update -y
yum install -y curl
阅读全文 »

在Google Voice指导篇中,我也给大家贴出了谷歌语音官方的服务条款和使用政策,大家感兴趣的可以看一下:Google Voice使用政策

官方明确说明如果您有Google语音号码,但在9个月内既没有拨出电话或收到来电,也没有发送或收到短信,则Google会收回该号码。不过,Google不会收回已转携至Google语音服务或申请了永久使用权的号码。所以我们只要定期保号,就可以永久使用Google Voice呢

我们可以通过以下方式进行保号:

阅读全文 »

  1. 替换自带geoip.dat和geosite.dat文件

替换方式以及文件可以参考Repo@Loyalsoldier/v2ray-rules-dat。

  1. 在V2RayN设置中启用高级路由高能

具体:设置-路由设置-勾选启用高级路由功能。

  1. 导入gfw规则集
    阅读全文 »