✈️ A proxy network with naiveproxy + tcp-brutal(or BBR) + warp that supports IPv6
date
Mar 20, 2023
slug
naiveproxy-tcpbrutal-warp-ipv6
status
Published
tags
naiveproxy
Proxy
tcp-brutal
warp
ipv6
summary
A proxy network with Naiveproxy.
type
Post
DNS64
If your server is IPv6 only, you need to modify
dns64
to support accessing IPv4 resources before executing the installation script, otherwise the script will not be able to request execution.Edit:
vim /etc/resolv.conf
Comment out all existing nameservers and change to: (public DNS64 service)
Enbale Tcp-brutal
Installation script:
Enable BBR
Generally, higher versions of Linux have been enabled already, but it may not have been started. You can first check if your system has enabled BBR.
You can choose not to install it. On a machine with BBR enabled, the network speed can be improved by several orders of magnitude.
Install WARP
Cloudflare WARP is a network privacy protection service launched by Cloudflare. By adding a WARP exit, you can bypass the blocking of proxy IP by streaming media such as Netflix.
I. One-Click Script
If you are an IPv6 machine and have installed BBR, you cannot execute the following one-click script. Then modify/etc/resolv.conf
and delete the last line of the ipv4 DNS added.
It is recommended to use
warp-go
for installation. If you want to use ipv4, brush ipv4,if you want to use ipv6, brush ipv6 code. After brushing the IP, test whether Netflix and Disney are unlocked with the script behind it. If they are not unlocked, execute the one-click script to unlock the streaming media option.II. [Optional]Manual Installation
Starting wgcf
Check out streaming media unlocking and speed measurement after installing WARP
Install NaiveProxy
Open the firewall port
If go is not installed, install it first
Install naiveproxy according to the official website tutorial
Reference Links: