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
508089f8
Commit
508089f8
authored
9 years ago
by
dnsadmin
Browse files
Options
Downloads
Patches
Plain Diff
Doksi kiegészítés
parent
aaf32885
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
overwiew.md
+7
-1
7 additions, 1 deletion
overwiew.md
with
7 additions
and
1 deletion
overwiew.md
+
7
−
1
View file @
508089f8
...
...
@@ -24,6 +24,10 @@ Some system calls or solutions are UNIX/Linux specific.
The server is only able to serve A, AAAA, CNAME and TXT records.
## Build
Just run make (with CONF=Release optionally).
## Install
It does not really have a real installation process but there are some circumstances that should be set.
...
...
@@ -35,7 +39,7 @@ The following commands may be used to set the user stuff:
sudo
useradd
--no-create-home
--user-group
--system
dnsuser
sudo chown
my-user:dnsuser dns.db
chmod
g
=
r dns.db
```
```
:wq
### The database
...
...
@@ -48,6 +52,8 @@ In the database the `record` table should exist as the following:
| type | text | not null |
| content | text | not null |
## User manual
It is simple so there is no separate manual for this. Just run dns_server with -h flag.
## Other
...
...
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