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

Add support for DNS #2214

Open
wants to merge 25 commits into
base: py3
Choose a base branch
from
Open

Add support for DNS #2214

wants to merge 25 commits into from

Commits on Sep 28, 2019

  1. Add support for DNS

    filips123 committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    fd11d4f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    586f2dd View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    08b84a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79759a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    060c66a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    476f612 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b17a365 View commit details
    Browse the repository at this point in the history
  4. Resolve requested changes

    filips123 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    460a103 View commit details
    Browse the repository at this point in the history
  5. Remove trailing commas

    filips123 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    66516c0 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2019

  1. Configuration menu
    Copy the full SHA
    649cd90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a22b074 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Configuration menu
    Copy the full SHA
    9104f42 View commit details
    Browse the repository at this point in the history
  2. Update DNSPython

    filips123 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    2caf10b View commit details
    Browse the repository at this point in the history
  3. Add wrapperInfo command

    purplesyringa authored and filips123 committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    1c099d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bcbd27e View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    071f1c6 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. Update dependencies

    filips123 committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    e679f81 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Update dependencies

    filips123 committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    db3f586 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2020

  1. Requests with HOST in ui_host shouldn't be proxy requests

    Before this commit, all requests with non-IP `HOST` header were considered as proxy requests. This means that using ZeroNet as a public proxy with own domain would also be considered as proxy request, so all requests would fail.
    
    This now checks if `HOST` is in `ui_host` config and if it is, it is considered as normal request and not as a proxy. This should now allow using ZeroNet on a public domain.
    filips123 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    0bda4b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe1e06 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2020

  1. Configuration menu
    Copy the full SHA
    633aaea View commit details
    Browse the repository at this point in the history
  2. Allow setting custom WS URL for proxy requests

    This allows setting custom WebSocket URL for proxy requests. It is useful when ZeroNet is deployed as public proxy in virtual machine or container, where `SERVER_NAME` and `SERVER_PORT` don't contain public server URL.
    filips123 committed Feb 22, 2020
    Configuration menu
    Copy the full SHA
    c9883a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    5cff378 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b3e8cd View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Replace SecureDNS and Dnswarden with LibreDNS

    Both SecureDNS and Dnswarden were shut down recently so I replaced them with LibreDNS. I hope current providers won't also shut down and that there will be some alternatives.
    filips123 committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    2078a48 View commit details
    Browse the repository at this point in the history