Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

增加反向socks5 #18

Open
6 of 8 tasks
1isslee opened this issue Jul 11, 2022 · 8 comments
Open
6 of 8 tasks

增加反向socks5 #18

1isslee opened this issue Jul 11, 2022 · 8 comments
Labels
enhancement New feature or request

Comments

@1isslee
Copy link

1isslee commented Jul 11, 2022

Please make sure of the following things.

  • I have read the documentation.
  • 我已阅读 文档
  • I'm sure there are no duplicate issues.
  • 我确定没有提交和他人重复的issue。
  • I'm sure this feature is not implemented.
  • 我确定该功能尚未实现。
  • I'm sure it's a reasonable and popular requirement.
  • 我确定这个需求合理且符合大多数人需要。

Describe the feature / 需求描述

增加反向sock5代理用起来会很方便,完全可以抛弃frp之流的代理工具了。

Suggested solution / 实现思路

No response

Additional information / 附加说明

No response

@1isslee 1isslee added the enhancement New feature or request label Jul 11, 2022
@XZB-1248
Copy link
Owner

如果用的人多的话,应该会在未来的版本里提供支持。

@JackDev-cc
Copy link

If more people use it, support should be provided in future versions.

Should certainly be added, it's becoming standard would look to see it :)

@XZB-1248
Copy link
Owner

If more people use it, support should be provided in future versions.

Should certainly be added, it's becoming standard would look to see it :)

Of course I knew it, but I’m the only developer of this project.
And, socks5 is a complicated protocol, it will take a long time to implement socks5.

@XZB-1248
Copy link
Owner

If more people use it, support should be provided in future versions.

Should certainly be added, it's becoming standard would look to see it :)

In addition, server will act as a forwarder between you and your machine, that means, I’ve to customize socks5 library.
It takes a lot of time too.

@qq173735445
Copy link

如果用的人多的话,应该会在未来的版本里提供支持。

怎么登录服务端?账号密码多少

@XZB-1248
Copy link
Owner

怎么登录服务端?账号密码多少

{
    "listen": ":8000",
    "salt": "some random string",
    "auth": {
        "username": "password"
    }
}

配置文件里的username就是账号,password就是密码。
auth置空代表不需要验证。

@qq173735445
Copy link

密码怎么登录服务端?

{
    "listen": ":8000",
    "salt": "some random string",
    "auth": {
        "username": "password"
    }
}

文件里的用户名就是账号,密码密码就是配置 空代表不需要验证。

这个项目可以做到静默后台然后监控员工的效果吗?

@XZB-1248
Copy link
Owner

这个项目可以做到静默后台然后监控员工的效果吗?

我不建议你用这个项目做这些,这个项目说到底只是供私人控制自己的设备使用的。
术业有专攻,深信服欢迎你。
最后,即使是深信服,这些东西也依旧打着侵犯个人隐私的擦边球。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants