Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Wiki Replica
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
The Tor Project
TPA
Wiki Replica
Commits
d109c7df
Verified
Commit
d109c7df
authored
5 years ago
by
anarcat
Browse files
Options
Downloads
Patches
Plain Diff
forgot more bits
parent
f3d7ce66
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tsa/howto/dns.mdwn
+14
-5
14 additions, 5 deletions
tsa/howto/dns.mdwn
with
14 additions
and
5 deletions
tsa/howto/dns.mdwn
+
14
−
5
View file @
d109c7df
...
...
@@ -5,12 +5,12 @@ How to
Most operations on DNS happens in the `admin/dns/domains` repository
(`git@git-rw.torproject.org:admin/dns/domains`). Those zones contains
the master copy of the zone files, stored as standard Bind zonefiles
([RFC 1034](https://tools.ietf.org/html/rfc1034)).
the master copy of the zone files, stored as
(mostly)
standard Bind zonefiles
([RFC 1034](https://tools.ietf.org/html/rfc1034))
, but notably without a SOA
.
Tor's DNS support is fully authenticated with DNS, both to the
outside
world but also internally, where all TPO hosts use DNSSEC in
their
resolvers.
Tor's DNS support is fully authenticated with DNS
SEC
, both to the
outside
world but also internally, where all TPO hosts use DNSSEC in
their
resolvers.
Adding and editing a zone
-------------------------
...
...
@@ -33,6 +33,15 @@ Removing a zone
cd /srv/dns.torproject.org/var/keys/
mv generated/torproject.fr* OLD-generated/
mv keys/torproject.fr OLD-KEYS/
* remove the zone from the secondaries (Netnod and our own
servers). this means visiting the Netnod web interface for that
side, and Puppet
(`modules/bind/templates/named.conf.torproject-zones.erb`) for our
own
* the domains will probably be listed in other locations, grep Puppet
for Apache virtual hosts and email aliases
* the domains will also probably exist in the `letsencrypt-domains`
repository
DS records expiry and renewal
-----------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment