Mercurial > sat_docs
annotate scripts/dns_srv/template/etc/bind/named.conf.local @ 161:4fe61dcd856e
flatpak: update build-manifest to retrieve dependencies without initial download phase:
- dependencies are now entirely retrieved from the installation, and requirement are build
from there. The source package is currently always used, and it is now possible to use
PYTHON_DEP_PREINSTALL to add extra packages or use a specific version of a package.
- fixed insertion of `release_elt` for dev version at the right location.
- `branch` is not set anymore for stable versions.
- libxslt is not added anymore as it is part of freedesktop runtime
- flathub share-modules is now used for Python 2
author | Goffi <goffi@goffi.org> |
---|---|
date | Fri, 23 Aug 2019 16:41:05 +0200 |
parents | 73d3b94b7364 |
children |
rev | line source |
---|---|
3
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
1 zone "<domain>" IN { |
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
2 type master; |
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
3 file "zone.<domain>"; |
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
4 }; |
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
5 |
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
6 zone "0.0.127.in-addr.arpa" { |
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
7 type master; |
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
8 file "revp.127.0.0"; |
73d3b94b7364
added DNS SRV configuration script + move launching script to scripts/launcher/launch.sh
souliane <souliane@mailoo.org>
parents:
diff
changeset
|
9 }; |