Giter Site home page Giter Site logo

Comments (14)

sipt avatar sipt commented on May 28, 2024

SOCKS5支持用户密码验证,也包括SOCKS over TLS

from shuttle.

DaisukiOshino avatar DaisukiOshino commented on May 28, 2024

什么时候更新?

from shuttle.

sipt avatar sipt commented on May 28, 2024

按照排期是下周一(09/03)发beta-v0.3.0,如果你有支持SOCKS-over-TLS的服务器,同时在你有富裕的时间的情况下,我可以在未来两天内给你发一个alpha版本帮忙内测?

from shuttle.

lqdflying avatar lqdflying commented on May 28, 2024

我也有,我可以帮助内测。
我tg:https://t.me/lqdflying
我邮箱:[email protected]

from shuttle.

DaisukiOshino avatar DaisukiOshino commented on May 28, 2024

上面的大佬说他有 那我的还要不。。。

from shuttle.

sipt avatar sipt commented on May 28, 2024

@DaisukiOshino @lqdflying
alpha版本

  • SOCKS5
  • SOCKS5-over-TLS
  • 前两者User/Password 认证
    如果有空帮忙内测一下以上功能点,如果这版本有问题请在此Issue下回复
    下载:
    macOS
    Windows
    Linux
    Thanks! Config:
Proxy:
  # Socks
  "Socks":    ["socks", "localhost", "8889"]
  # Socks Auth
  "SocksAuth":    ["socks", "localhost", "8889", "user", "password"]
  # Socks over TLS (skip-cert-verify)
  "SocksTLS": ["socks-tls", "localhost", "10001", "skip-verify"]
  # Socks over TLS & Auth (skip-cert-verify)
  "SocksTLSAuth": ["socks-tls", "localhost", "10001", "skip-verify", "user", "password"]

from shuttle.

lqdflying avatar lqdflying commented on May 28, 2024

收到,辛苦,明天一早就测试

from shuttle.

DaisukiOshino avatar DaisukiOshino commented on May 28, 2024

OK 我现在重新部署Gost试试 炸了一台母鸡 忙到现在。。。

from shuttle.

lqdflying avatar lqdflying commented on May 28, 2024

socksAuth正常,
socksTLSAuth报错,报错信息如下,有个报错提示参数不对,我觉得有必要重点关注,已加粗标出:
2018-08-30 09:07:22 �[1;0;31m[ERROR]�[0m [SOCKS5 over TLS Server] init socks5 server failed params count must be 5 or 3, but: [[地址] [端口] [账号] [此处是密码] skip-verify]
2018-08-30 09:07:22 �[1;0;31m[ERROR]�[0m [SOCKS5 over TLS Server] init socks5 server failed params count must be 5 or 3, but: [[地址] [端口] [账号] [此处是密码] skip-verify]
2018-08-30 09:07:22 �[1;0;31m[ERROR]�[0m [SOCKS5 over TLS Server] init socks5 server failed params count must be 5 or 3, but: [[地址] [端口] [账号] [此处是密码] skip-verify]
2018-08-30 09:07:22 �[1;0;31m[ERROR]�[0m [SOCKS5 Server] init socks5 server failed params must be ["addr", "port"] or ["addr", "port", "username", "password"], but: [[地址] [端口] [账号] [此处是密码]]
2018-08-30 09:07:22 �[1;0;31m[ERROR]�[0m [SOCKS5 over TLS Server] init socks5 server failed params count must be 5 or 3, but: [[地址] [端口] [账号] [此处是密码] skip-verify]
2018-08-30 09:07:22 �[1;0;31m[ERROR]�[0m [SOCKS5 over TLS Server] init socks5 server failed params count must be 5 or 3, but: [[地址] [端口] [账号] [此处是密码] skip-verify]
2018-08-30 09:07:22 �[1;0;31m[ERROR]�[0m [SOCKS5 over TLS Server] init socks5 server failed params count must be 5 or 3, but: [[地址] [端口] [账号] [此处是密码] skip-verify]
2018-08-30 09:07:22 �[1;0;31m[ERROR]�[0m [SOCKS5 over TLS Server] init socks5 server failed params count must be 5 or 3, but: [[地址] [端口] [账号] [此处是密码] skip-verify]

from shuttle.

lqdflying avatar lqdflying commented on May 28, 2024

我的配置写法: SSONTLS": ["socks-tls", "地址", "端口", "账号", "密码", "skip-verify"]
——————
之所以这样写,是因为报错中提示:socks5 server failed params must be ["addr", "port"] or ["addr", "port", "username", "password"],
————————
但是就算是我按照模板中的 "SocksTLSAuth": ["socks-tls", "localhost", "10001", "skip-verify", "user", "password"]来写依然不行

from shuttle.

sipt avatar sipt commented on May 28, 2024

@DaisukiOshino @lqdflying

Proxy:
  "socks": ["socks", "localhost", "12345"]
  "socks-tls": ["socks-tls", "localhost", "12345", "skip-verify"]
  "socks-auth": ["socks", "localhost", "12345", "user", "password"]
  "socks-tls-auth": ["socks-tls", "localhost", "12345", "skip-verify", "user", "password"]

thanks!

from shuttle.

lqdflying avatar lqdflying commented on May 28, 2024

目前socks,socks-auth,socks-tls-auth三种功能测试一切正常,无问题!

from shuttle.

DaisukiOshino avatar DaisukiOshino commented on May 28, 2024

我是功能测试正常 不过代理服务器设置成127.0.0.1 8080的时候控制台打不开了在找原因 建议加入导入规则的功能

from shuttle.

sipt avatar sipt commented on May 28, 2024

@DaisukiOshino @lqdflying
感谢帮助测试

from shuttle.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.