NaiveProxy build

Original link: https://mutou.men/posts/2022-11-21-naiveproxy%E6%90%AD%E5%BB%BA/

Recently, the situation is different from the past, the big wall has become powerful, and the ladder is not strong, so I have no choice but to find another way. I have found a good method now, and I will keep a small note for future use.
〇. Pre-work 0.1 UBUNTU open port iptables -P INPUT ACCEPT iptables -P FORWARD ACCEPT iptables -P OUTPUT ACCEPT iptables -F 0.2 Delete firewall apt-get purge netfilter-persistent apt-get remove ufw reboot 1. Install Go 1.1 X86- X64 wget “https://ift.tt/tAThZiL https://ift.tt/3NIzwRm” 1.2 ARM wget “https://ift.tt/tAThZiL https://ift.tt/ONHjpBe” 1.3 X86-X64 tar -xf go*.linux-amd64.tar.gz -C /usr/local/ 1.4 ARM tar -xf go*.linux-arm64.tar.gz -C /usr/local/ echo ‘export GOROOT=/usr/local /go’ >> /etc/profile echo ‘export PATH=$GOROOT/bin:$PATH’ >> /etc/profile source /etc/profile 2. Check whether go is successfully installed go version 3. Install the NaiveProxy server (Caddy ) go install github.

This article is reproduced from: https://mutou.men/posts/2022-11-21-naiveproxy%E6%90%AD%E5%BB%BA/
This site is only for collection, and the copyright belongs to the original author.