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

Overture doesn't listen on 0.0.0.0 #248

Open
phantomcraft opened this issue Nov 9, 2020 · 1 comment
Open

Overture doesn't listen on 0.0.0.0 #248

phantomcraft opened this issue Nov 9, 2020 · 1 comment
Labels

Comments

@phantomcraft
Copy link

phantomcraft commented Nov 9, 2020

When I chose 0.0.0.0 as listening address, Overture listens on [::] instead:

user@localhost:~$ netstat -nlp | grep overture
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp6       0      0 :::1053                 :::*                    LISTEN      38734/overture      
udp6       0      0 :::1053                 :::*                                38734/overture 

My configuration:

{
  "BindAddress": "0.0.0.0:53",
  "PrimaryDNS": [
    {
      "Name": "SSH",
      "Address": "anycast.censurfridns.dk:53",
      "Protocol": "udp",
      "SOCKS5Address": "127.0.0.1:1080",
      "Timeout": 100,
      "EDNSClientSubnet": {
        "Policy": "disable",
        "ExternalIP": "",
        "NoCookie": true
      }
    }
  ],
  "OnlyPrimaryDNS": true,
  "IPv6UseAlternativeDNS": false,
  "AlternativeDNSConcurrent": false,
  "PoolIdleTimeout": 15,
  "PoolMaxCapacity": 15,
  "WhenPrimaryDNSAnswerNoneUse": "PrimaryDNS",
  "MinimumTTL": 0,
  "CacheSize" : 0,
  "RejectQType": [255]
}
@shawn1m shawn1m added the bug label Oct 24, 2021
@hongjie2008
Copy link

I also have the same issue.
But actually, it works althrough listen on tcp6 and udp6

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

3 participants