Kcptun安装使用

kupun

https://github.com/xtaci/kcptun/releases/download/v20230214/kcptun-linux-amd64-20230214.tar.gz

c

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"localaddr": "10801",
"remoteaddr": "23.94.137.155:29981",
"key": "cP=!i10221L$;",
"crypt": "aes",
"mode": "fast3",
"mtu": 1350,
"sndwnd": 1024,
"rcvwnd": 1024,
"datashard": 10,
"parityshard": 3,
"dscp": 46,
"nocomp": true
}


{
"server":"127.0.0.1",
"server_port":10801,#对应本地localaddr
"local_port":1080,
"password":"csP!=10221;",
"timeout":300,
"method":"aes-256-gcm",
"plugin":"kcptun",
"plugin_opts": "client;/home/cs/oss/ss/kcptun.json",
"remarks": "/home/cs/.local/bin/sslocal -c /home/cs/oss/ss.json"
}

https://www.taterli.com/4760/

https://github.com/wangyu-/udp2raw-tunnel

proxychains

proxychains curl -I https://www.youtube.com/

/etc/proxychains4.conf

git代理

cat ~/.gitconfig

1
2
3
4
[https]
proxy = socks5://127.0.0.1:1080
[http]
proxy = socks5://127.0.0.1:1080

取消

1
2
>unset http_proxy
>unset https_proxy
点击打赏
文章目录
  1. 1. kupun
  2. 2. proxychains
    1. 2.1. git代理
载入天数...载入时分秒... ,