Browse Source

(refactor) No need for comment

main
Michal Charemza 5 years ago
parent
commit
72de58707f
No known key found for this signature in database GPG Key ID: 4BBAF0F6B73C4363
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      dnsrewriteproxy.py

+ 0
- 10
dnsrewriteproxy.py View File

@@ -1,13 +1,3 @@
# We run a custom nameserver to respond to A record-requests
#
# - Conditionally proxy some requests to the VPC-DNS server [dnsmasq can do this]
# - Respond with a CNAME to certain records [dnsmasq cannot do this]
#
# We _could_ wrap dnsmasq with some custom code, so it polls a file to work
# out its CNAME limitation, and we asynchronously update that file, but since
# we're already hitting its limit, suspect its overall less hacky to just
# write a DNS server that response to requests in the way we want

from asyncio import (
CancelledError,
Future,


Loading…
Cancel
Save