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

反连问题 #16

Closed
HiIkll opened this issue Jun 7, 2024 · 4 comments
Closed

反连问题 #16

HiIkll opened this issue Jun 7, 2024 · 4 comments
Labels

Comments

@HiIkll
Copy link

HiIkll commented Jun 7, 2024

客户端配置

client:
    remote_server: true
    http_base_url: "http://1.1.1.1:1111"
    dns_server_ip: "1.1.1.1"

image

并且服务端访问并不需要登录就可进行操作

@chushuai
Copy link
Owner

chushuai commented Jun 11, 2024

能发下客户端完整的配置吗?@HiIk-9527

@HiIkll
Copy link
Author

HiIkll commented Jun 12, 2024

客户端:

reverse:
    db_file_path: "xx.db"
    token: "xxx"
    http:
        enabled: false
        listen_ip: 0.0.0.0
        listen_port: ""
        ip_header: ""
    dns:
        enabled: false
        listen_ip: 0.0.0.0
        domain: ""
        is_domain_name_server: false
        resolve:
            - type: A
              record: localhost
              value: 127.0.0.1
              ttl: 60
    client:
        remote_server: true
        http_base_url: "http://1.1.1.1:1111"
        dns_server_ip: "1.1.1.1"

服务端:

reverse:
    db_file_path: "xx.db"
    token: "xxx"
    http:
        enabled: true
        listen_ip: 0.0.0.0
        listen_port: "1111"
        ip_header: ""
    dns:
        enabled: true
        listen_ip: 0.0.0.0
        domain: "xx.xx"
        is_domain_name_server: true
        resolve:
            - type: A
              record: localhost
              value: 127.0.0.1
              ttl: 60
    client:
        remote_server: false
        http_base_url: ""
        dns_server_ip: ""

@chushuai
Copy link
Owner

chushuai commented Jul 4, 2024

客户端需要开启http服务

    db_file_path: ""
    token: "xxx"
    http:
        enabled: true
        listen_ip: 0.0.0.0
        listen_port: ""
        ip_header: ""
    dns:
        enabled: false
        listen_ip: 0.0.0.0
        domain: ""
        is_domain_name_server: false
        resolve:
            - type: A
              record: localhost
              value: 127.0.0.1
              ttl: 60
    client:
        remote_server: true
        http_base_url: "http://1.1.1.1:1111"
        dns_server_ip: "1.1.1.1"```

@chushuai
Copy link
Owner

chushuai commented Jul 6, 2024

问题已经修复,请下载最新版
https://github.com/chushuai/wscan/releases

@chushuai chushuai added the 已修复 Fixed label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants