fuujiro / dlut-ipv6

利用ipv6免流蹭网,大连理工都气哭惹

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dlut-ipv6

Hello, every guys!

I'm sure that the new way use IPv6 is more useful.

More detail, can see at SS科学上网使用BBR加速 & 校园网IPv6免流

But now, so sorry that this blog is only Chinese.


利用ipv6免流蹭网,大连理工都气哭惹

step 1 准备

open your terminal, macOS/Linux -> terminal, windows -> powershell

打开你的终端,macOS/Linux打开terminal, windows打开powershell

step 2 配置

# 配置防火墙(只需运行一次)
    New-NetFirewallRule -DisplayName "Block IPv6 Router Advertisement" -Protocol ICMPv6 -IcmpType 134 -Action Block

# 配置路由(一路无脑按'y')
    New-NetRoute -AddressFamily IPv6 -DestinationPrefix "::/0" -InterfaceAlias 以太网 -NextHop "fe80::2a0:a50f:fc7d:bf00" -RouteMetric 0 -Confirm -ErrorAction Ignore
    New-NetRoute -AddressFamily IPv6 -DestinationPrefix "::/0" -InterfaceAlias 以太网 -NextHop "fe80::2a0:a50f:fc7d:bf01" -RouteMetric 0 -Confirm -ErrorAction Ignore
    Get-NetRoute -AddressFamily IPv6 -InterfaceAlias 以太网 -DestinationPrefix "::/0"

macOS & Linux maybe fail...

like this:

就像这样:

1

step 3 验证

ipv6测试网站

if like this // 如果这样子的话:

2

Congratulation!You success!

else // 非也

You can push a issue at this repo~

About

利用ipv6免流蹭网,大连理工都气哭惹