Giter Site home page Giter Site logo

psl-dns's People

Contributors

peterthomassen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

pombredanne

psl-dns's Issues

PyPi installation missing /commands/

After running pip3 install psl_dns the command line utilities (e.g. psl-dns_query) fail to run with the output ModuleNotFoundError: No module named 'psl_dns.commands'. This appears to be because the directory $PYTHONPATH/psl_dns/commands is not installed.

Add discriminator for ICANN and PRIVATE sections

The PSL is devided in several sections, currently ICANN and PRIVATE. https://publicsuffix.org/list/ explains:

While some applications, such as browsers when considering cookie-setting, treat all entries the same, other applications may wish to treat ICANN domains and PRIVATE domains differently. For example, Certification Authorities checking for wildcard misissuance would not issue a ".com" wildcard cert ("com" is in the ICANN domains list) but could legitimately issue a ".appspot.com" wildcard cert to the domain owner, in this case Google ("appspot.com" is in the PRIVATE domains list).

psl-dns currently does not expose this information to the user. In this issue, I'd like to collect reasons for and against adding some sort of discriminator.

Improve privacy

Some ideas to prevent DNS operators from learning queried names:

  • Run a version of the service with each label hashed. (Think about how to salt. Parent label?) The client can determine the public suffix by comparing the number of labels in his question and the answer.
  • Can something like k-anonymity be done?
  • ...?

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.