Skip to content
This repository has been archived by the owner on Apr 16, 2020. It is now read-only.

IP rules with ipv6 makes no difference #70

Open
balthild opened this issue Oct 6, 2017 · 1 comment
Open

IP rules with ipv6 makes no difference #70

balthild opened this issue Oct 6, 2017 · 1 comment

Comments

@balthild
Copy link

balthild commented Oct 6, 2017

Configuration file

port: 8090

adapter:
  - id: ss-local
    type: socks5
    host: 127.0.0.1
    port: 1080

rule:
  ...

  - type: iplist
    adapter: direct
    file: ~/.SpechtLite/DirectIPList

  - type: all
    adapter: ss-local

~/.SpechtLite/DirectIPList

127.0.0.0/8
10.0.0.0/8
192.168.0.0/16
0:0:0:0:0:0:0:0/0 ( Match all IPv6 addresses. Also tried ::0/0 )

Log

2017/10/06 21:15:57:292  Request: ipv6.google.com.hk Type: SOCKS5Adapter Rule: <AllRule>

Expected behaviour:

ipv6.google.com.hk goes to direct adapter.

@zhuhaow
Copy link
Owner

zhuhaow commented Oct 6, 2017

Try if visiting ::1 will work.

NEKit does not send AAAA request when resolving domain name.

There is some simple fix but I'm not very interested in fixing it since I don't have an ipv6 env.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants