linux naive代理设置

naive linux客户端

Release v132.0.6834.79-2 · klzgrad/naiveproxy · GitHub

Client setup

Run ./naive with the following config.json to get a SOCKS5 proxy at local port 1080.

javascript 复制代码
{
  "listen": "socks://127.0.0.1:1080",
  "proxy": "https://user:pass@example.com"
}

reboot auto setup

add follow command to /etc/profile endline.

bash 复制代码
/path/to/naive /path/to/config.json

then input command

bash 复制代码
source /etc/profile

Proxy shortcut

javascript 复制代码
alias setproxy="export ALL_PROXY=socks://127.0.0.1:1080"
alias unsetproxy="unset ALL_PROXY"

Proxy setup

bash 复制代码
setproxy # setup
unsetproxy # unset

test:

bash 复制代码
curl cip.cc
相关推荐
Main. 242 小时前
Linux的基本指令(上)
linux·服务器
头铁散人4 小时前
IMX6ull项目环境配置
linux·运维·服务器
怡步晓心l7 小时前
Linux下Ubuntun系统报错find_package(BLAS REQUIRED)找不到
linux·运维·服务器
惊鸿一博7 小时前
ubuntu_查询连接当前服务器的用户ip
服务器·tcp/ip·ubuntu
金灰9 小时前
Linux文本处理三剑客:awk、sed、grep
linux·运维·服务器·chrome·安全
节省钱9 小时前
【Git】如何在 Git 提交后补充 Change-Id
服务器·git·gitee·gitlab·github·gitcode
华纳云IDC服务商10 小时前
怎么调整香港服务器硬盘分区大小?
运维·服务器
这猪好帅13 小时前
【Linux网络编程】数据链路层--以太网协议
linux·服务器·网络
卷卷的小趴菜学编程13 小时前
Linux第一讲--基本的命令操作
linux·运维·服务器
linux修理工15 小时前
speedtest For Ubuntu/Debian
linux·运维·服务器