yzazzx2021
yzazzx2021
目前我这边有一台负责两个局域网备用回内网的NPS服务器,然后这边百度上查的都是单用户,包括基本使用官方指导里,也没有Socks5的多用户配置文件示范,我今天下午尝试按照文件所示,创建了一个npc.pwd的文件,然后取消了npc=npc.pwd这个注释,并仿照上一行写了参数,但是依旧是无法多用户,请问作者该如何编写Socks5多用户的配置文件? --
目前开启nps后会有很多肉鸡来枚举攻击,为此我建议作者,是否可以对于内网TCP中转需要验证密钥的验证次数设置限制,比如输入三次后,错误的话将禁止该IP来访问内网TCP中转,禁止时间也是可以设置的,从一天到一个月甚至一年都行,包括web登录界面也是得设置验证次数,来规避这些很恶心的肉鸡的枚举。 如果作者觉得很难修改的话,可以询问Faile2ban防爆破这个的作者,康康是否可以借鉴他的脚本。
Hello, author, thank you for your docker image. Recently, I am preparing to convert a better minecraft forge official service integration package into a module plug-in hybrid terminal. However, the...
At present, the method of using n2n to return to the LAN where the edge node is located can be found on the Internet,But this will not work on Android...
Dear author. Thank you for bringing such a convenient web file sharing server to the Internet,But now there is a big problem in the server, that is, the global public...
### Prerequisites - [X] I have checked the [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) and found no answer - [X] I have searched other issues and found no duplicates - [X] I want...
需要删除User文件夹并且重新安装才能重置密码,如果是长时间未登录,现在有重要急事需要上后台调试,这样就会很慢,目前SSH重置密码的几种办法: 1.通过安装httpd或者内建二进制程序,然后生成密码密文,使用vim将密码密文覆盖进用户配置文件 2.通过二进制程序直接重写用户配置文件。 3.通过原有的shell脚本建立用户管理界面,包含重置步骤。 请各位大佬考虑一下我的建议。
### Overview 1. uTox version: 1.17.6 2. Operating system: Windows 3. Desktop Environment/Window Manager (Linux/BSD only): ### Issue Although this solution achieves decentralized peer-to-peer encrypted chat, I tried this solution...
I plan to use the Docker container to run librespeed/speedtest for internal network speed measurement,After successfully running, I plan to use the Windows 11 computer that operates the process for...
我今天尝试使用了macvtap这个模式,虽然可以做到VPN虚拟网和VPN所在服务端局域网形同一网,并且可以在网上邻居里面都能互相看到彼此,arp -a也能互相看到对方,但是直接访问所在服务端局域网的时候,就只有路由器后台可以访问,其他均超时且无法访问,听闻隔壁softetherSSL的VTAP是将网卡模式修改为混杂模式,不知咋们的anylink的macvtap是否也可以这么做?