Skip to content
#

dns-server

Here are 432 public repositories matching this topic...

miekg
miekg commented Mar 6, 2020

The forward plugin has some rather convoluted config setups. I.e. functions on Proxy that call other functions on the lower bits (Transport and Healthcheck). For some reason I can't remember HealthCheck as an interface; where in reality we only have one impl. here.

This all looks over-engineered and ready to be massively simplified - hopefully with a reduction in LOCs.

Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM

  • Updated Jun 27, 2020
  • C#
gvecchicert
gvecchicert commented Mar 23, 2020

From PowerDNS Recursor Settings documentation page (https://doc.powerdns.com/recursor/settings.html#forward-zones), forward-zones seems to accept only multiple domain/address pairs in a single line in order to setup multiple domains for forwarding.
From "Migrating from using recursion on the Authoritative Server to using a Recursor" documentation page (https://doc.powerdns.com/authoritative/guide

trust-dns
sliver
v-p-b
v-p-b commented Jul 8, 2019

Is your feature request related to a problem? Please describe.
Time-based execution limit currently "limit[s] execution to before datetime".

First of all, this message doesn't cover the expected date/time format (but this is more related to #42).

More importantly, I think it would make more sense to make the implant execute only after a preset time, so the caching mechanisms of AVs

Elte156
Elte156 commented Jan 11, 2020

Just curious about the automatic substitution. Why is this being done?

# admin email address, where @ is substituted with .
nsadmin = "contact.example.com"

This will be transformed to contact@example.com.
What about the valid addresses that have a . before the @ symbol?

Wouldn't firstname.lastname.example.com be translated to firstname@lastname.example.com, when

zi0r
zi0r commented Sep 2, 2017

The documentation says you can do this:

dcmap => { service_types => my_test, dc-foo => { things => 1.2.3.4 }, dc-bk => fallback.static.cname.example.com.

to specify a fallback CNAME entry, however, it does not appear possible to override previously defined service_types in the fallback CNAME case. In my case, I was forced to define the entry for the fallback CNAME above the dcmap and

MichaCo
MichaCo commented Mar 14, 2020

In version 1.2.0, LookupClient stops querying any other server in case the response was valid.
Valid responses are any responses without an error code. (Error responses might be retried, depending on configuration...)

But a no-error response might have zero answers, which can have many reasons.
It is very likely that every DNS server in your network will return the same empty response, bu

Improve this page

Add a description, image, and links to the dns-server topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dns-server topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.