Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux programozás nagyházi
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eckl, Máté
Linux programozás nagyházi
Commits
54f22ae3
Commit
54f22ae3
authored
9 years ago
by
dnsadmin
Browse files
Options
Downloads
Patches
Plain Diff
Kb full doksi megvan
parent
c0d7df05
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
overwiew.md
+25
-0
25 additions, 0 deletions
overwiew.md
with
25 additions
and
0 deletions
overwiew.md
+
25
−
0
View file @
54f22ae3
...
...
@@ -24,6 +24,31 @@ Some system calls or solutions are UNIX/Linux specific.
The server is only able to serve A, AAAA, CNAME and TXT records.
## Install
It does not really have a real installation process but there are some circumstances that should be set.
A
`dnsuser`
and a
`dns.db`
file should exist and the dnsuser group should have read privileges to the file.
The following commands may be used to set the user stuff:
```
bash
sudo
useradd
--no-create-home
--user-group
--system
dnsuser
sudo chown
my-user:dnsuser dns.db
chmod
g
=
r dns.db
```
### The database
In the database the
`record`
table should exist as the following:
| Name | Type | Constraint |
|---------|--------|------------------------------|
| id | int | not null, auto increment |
| name | text | not null |
| type | text | not null |
| content | text | not null |
## Other
Some specific wrapper classes have been created to simplify coding, but they all are task specific and therefore may hardly be used in a significally different context.
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