| 1 |
.\" Hey, EMACS: -*- nroff -*- |
|---|
| 2 |
.\" First parameter, NAME, should be all caps |
|---|
| 3 |
.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection |
|---|
| 4 |
.\" other parameters are allowed: see man(7), man(1) |
|---|
| 5 |
.TH ALTERNC-SLAVEDNS 1 "octobre 4, 2007" |
|---|
| 6 |
.\" Please adjust this date whenever revising the manpage. |
|---|
| 7 |
.\" |
|---|
| 8 |
.\" Some roff macros, for reference: |
|---|
| 9 |
.\" .nh disable hyphenation |
|---|
| 10 |
.\" .hy enable hyphenation |
|---|
| 11 |
.\" .ad l left justify |
|---|
| 12 |
.\" .ad b justify to both left and right margins |
|---|
| 13 |
.\" .nf disable filling |
|---|
| 14 |
.\" .fi enable filling |
|---|
| 15 |
.\" .br insert line break |
|---|
| 16 |
.\" .sp <n> insert n+1 empty lines |
|---|
| 17 |
.\" for manpage-specific macros, see man(7) |
|---|
| 18 |
.SH NAME |
|---|
| 19 |
alternc-slavedns \- synchronise local secondary nameserver list with |
|---|
| 20 |
remote |
|---|
| 21 |
.SH SYNOPSIS |
|---|
| 22 |
.B alternc-slavedns |
|---|
| 23 |
.RI [ -f ] [ -d ] [ config ... ] |
|---|
| 24 |
.SH DESCRIPTION |
|---|
| 25 |
The |
|---|
| 26 |
.B alternc-slavedns |
|---|
| 27 |
program can be used to synchronise a secondary nameserver with a master |
|---|
| 28 |
nameserver. It fetches the domain list through HTTP(S) and regenerates |
|---|
| 29 |
the appropriate bind configuration so that nameserver replication works |
|---|
| 30 |
properly. |
|---|
| 31 |
.PP |
|---|
| 32 |
.SH OPTIONS |
|---|
| 33 |
The commandline parser is crude and minimal. Any unknown option is |
|---|
| 34 |
treated as a configuration file. If a configuration file is specified, |
|---|
| 35 |
only this configuration is synchronised, otherwise all configuration are |
|---|
| 36 |
synchronised. |
|---|
| 37 |
.TP |
|---|
| 38 |
.B \-f |
|---|
| 39 |
Force regeneration of the configuration even if the domain list hasn't |
|---|
| 40 |
changed. |
|---|
| 41 |
.TP |
|---|
| 42 |
.B \-d |
|---|
| 43 |
Show output of wget and internal debugging output, useful to figure out |
|---|
| 44 |
what is wrong. |
|---|
| 45 |
.SH SEE ALSO |
|---|
| 46 |
.BR wget (1). |
|---|
| 47 |
.BR named (1). |
|---|
| 48 |
.PP |
|---|
| 49 |
The README file has more configuration instructions, that will |
|---|
| 50 |
eventually be merged here. |
|---|
| 51 |
.SH AUTHOR |
|---|
| 52 |
alternc-slavedns was written by Benjamin Soontag, with extensive |
|---|
| 53 |
refactoring and enhancements by Antoine Beaupr[\'e] |
|---|
| 54 |
.PP |
|---|
| 55 |
This manual page was written by Antoine Beaupr[\'e] <anarcat@koumbit.org> |
|---|
| 56 |
for the Debian project (but may be used by others). |
|---|