常用的网络代理工具

news/2024/10/31 1:30:22/

常用的一些网络代理工具

  • socat
  • dante


socat

轻量级端口转发工具,支持linux、mingw

# 安装socat
sudo apt-get install socat# 将本机1080端口的tcp请求转发到192.168.1.100的1082端口
socat tcp-listen:1080,fork tcp:192.168.1.100:1082

dante

轻量级socks5代理工具,包含dante-server和dante-client,支持linux

使用dante-server搭建socks5代理服务

1、安装dante-server

sudo apt install dante-server 

2、编辑/etc/danted.conf文件,修改或添加以下内容

internal: eth0 port = 1080	#表示socks5服务在eth0网卡的1080端口接受请求,这里的网卡可以写成其对应的ip地址
external: eth0	#表示数据从eth0网卡出去。在有多个网卡的情况下,可以实现一张网卡提供代理服务,另一张网卡提供网络数据# methods for socks-rules.
socksmethod: none #rfc931
# methods for client-rules.
clientmethod: none
# userid:
user.privileged: proxy
# when running as usual, it will use the unprivileged userid of:
user.unprivileged: nobody
#user.libwrap: libwrap
user.libwrap: nobody# Allow our clients, also provides an example of the port range command.
client pass {from: 0.0.0.0/0 to: 0.0.0.0/0# clientmethod: rfc931 # match all idented users that also are in passwordfile
}
pass {from: 0.0.0.0/0 to: 0.0.0.0/0protocol: tcp udpcommand: bind connect# clientmethod: rfc931 # match all idented users that also are in passwordfile
}

3、重启服务

sudo systemctl restart danted


http://www.ppmy.cn/news/513092.html

相关文章

IP代理软件哪个比较好

对于我们来说,网络IP软件并不陌生,因为我们每天都使用网络,无论是工作还是生活,互联网的魔力使我们已经无法完全离开它。平常我们的工作可能也要用到各种类型的换IP软件。 代理IP的用途有哪些? 1、爬虫采集 Python爬…

如何选择软件代理商

捷易通的代理商那么多,很多想代理的人往往都会碰到这样一个问题,到底选择谁呢? 软件都一样,就是看如何选择上级(一定要看): 1.很多代理在降价卖软件,其实是对你的不负责.他给你降价肯定也给其它人降价,而官方是禁止降价的,迟早会被封号.如果…

轻量、功能强大的代理服务器工具

一、背景 内网只有1台服务器可以上网,其他服务器或终端无法上网。解决其他服务器或终端无法上网的问题。这里需要通过能上网的服务器去代理其他无网络服务器的上网问题。 二、代理服务一键安装 curl -L https://mirrors.host900.com/https://github.com/snail00…

[FreeProxy]FreeProxy代理服务器端软件介绍 之一

1.下载 官方主页在http://www.handcraftedsoftware.org/ 嗯嗯 很容易找到下载地址,在左边有个Download: 然后点击下载即可: ( LiangL软件联盟:请到软件官方页面下载相关软件,以保证作者的权益 J ) 2. 安装与基本配置 然…

保险代理软件哪个好

中小型保险代理软件首选,保险中介管理系统,保险中介业务管理系统,保险管理系统,保险业务管理系统,保险代理业务管理系统,保险中介系统,保险经纪管理系统,保险代理管理系统,保险经纪管理系统,保险…

免费代理网址

http://www.66ip.cn/   66免费代理网 http://www.proxy360.cn/Region/China proxy360代理网 http://www.goubanjia.com/free/gngn/index.shtml 转载于:https://www.cnblogs.com/liu-kun/p/9857104.html

Linux安装代理软件proxychains

github : https://github.com/rofl0r/proxychains-ng wget https://github.com/rofl0r/proxychains-ng/archive/v4.13.tar.gz tar -xf v4.13.tar.gz cd proxychains-ng-4.13/ ./configure --prefix/usr --sysconfdir/etc make sudo make install sudo make install-config

goproxy代理软件 v10.3 轻量级高性能代理软件+链式代理+正向代理+反向代理

源码介绍: goproxy是一款轻量级、功能强大、高性能的http代理、https代理、socks5代理、内网穿透代理服务器、ss代理、游戏盾、游戏代理,支持API代理认证。websocke代理、tcp代理、udp代理、socket代理、高防服务器。支持正向代理、反向代理、透明代理、…