Giter Site home page Giter Site logo

Comments (8)

jedisct1 avatar jedisct1 commented on May 20, 2024 2

public-relay.md is here now :)

from encrypted-dns-server.

jedisct1 avatar jedisct1 commented on May 20, 2024 1

I just tried your relays and they work perfectly 👍

from encrypted-dns-server.

jedisct1 avatar jedisct1 commented on May 20, 2024

The syntax for the routes is

{ server_name = ..., via = [...] }

You can try reaching suami via charis:

routes = [
  { server_name = 'suami', via = ['sdns://gRE1MS4xNS4xMDYuMTc2OjQ0Mw'] }
]

... and charis via suami:

routes = [
  { server_name = 'charis', via = ['sdns://gRE1MS4xNTguMTA2LjQyOjQ0Mw'] },
]

... and have these two routes, plus (for example) scaleway-fr via either suami or charis:

  { server_name = 'suami', via = ['sdns://gRE1MS4xNS4xMDYuMTc2OjQ0Mw'] },
  { server_name = 'charis', via = ['sdns://gRE1MS4xNTguMTA2LjQyOjQ0Mw'] },
  { server_name = 'scaleway-fr', via = ['sdns://gRE1MS4xNS4xMDYuMTc2OjQ0Mw', 'sdns://gRE1MS4xNTguMTA2LjQyOjQ0Mw'] }

from encrypted-dns-server.

jedisct1 avatar jedisct1 commented on May 20, 2024

One way to check that it is working is by using charis via suami and temporarily stopping the relay on suami. If you can't resolve anything any more, the relay was definitely used :)

from encrypted-dns-server.

ooonea avatar ooonea commented on May 20, 2024

Thanks. All works fine.

from encrypted-dns-server.

jedisct1 avatar jedisct1 commented on May 20, 2024

Relays should probably be in their own list rather than mixed with resolvers.

I'll create it as soon as dnscrypt-proxy will actually be able to use such a new list :)

from encrypted-dns-server.

ooonea avatar ooonea commented on May 20, 2024

Indeed a public-relay.md
At that point you should only be able to enter the name of the relay and still make everything work as for the servers, automatically choosing the fastest ones. You will have to be able to choose: yes / no relay and whether to use specific relays.

from encrypted-dns-server.

ooonea avatar ooonea commented on May 20, 2024

You are the best. Sincerely.

from encrypted-dns-server.

Related Issues (20)

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.