Mais qu'elles se rassurent, ce ne sont pas les seules.
This commit is contained in:
parent
7ad72e8d0e
commit
e094cadfc1
2 changed files with 27 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<Bundle name="pxe" version="2.0">
|
<Bundle name="pxe" version="2.0">
|
||||||
<Package name="tftpd-hpa"/>
|
<!-- <Package name="tftpd-hpa"/>
|
||||||
<Service name="tftpd-hpa"/>
|
<Service name="tftpd-hpa"/>
|
||||||
|
|
||||||
<Path name="/etc/default/tftpd-hpa"/>
|
<Path name="/etc/default/tftpd-hpa"/>
|
||||||
|
@ -15,4 +15,5 @@
|
||||||
<Path name="/root/mountpxe"/>
|
<Path name="/root/mountpxe"/>
|
||||||
<Path name="/etc/rc.local"/>
|
<Path name="/etc/rc.local"/>
|
||||||
</Group>
|
</Group>
|
||||||
|
-->
|
||||||
</Bundle>
|
</Bundle>
|
||||||
|
|
25
Python/etc/bind/db.loppsi.crans.org
Normal file
25
Python/etc/bind/db.loppsi.crans.org
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# -*- mode: python; encoding: utf-8 -*-
|
||||||
|
|
||||||
|
info["owner"] = "root"
|
||||||
|
info["group"] = "bind"
|
||||||
|
info["perms"] = 0644
|
||||||
|
|
||||||
|
|
||||||
|
import config
|
||||||
|
comment_start = ";"
|
||||||
|
|
||||||
|
header("Zone du dns menteur")
|
||||||
|
|
||||||
|
@$TTL 3600 ; 1 hour
|
||||||
|
@@ IN SOA sable.crans.org. root.crans.org. (
|
||||||
|
print """ 2386410401 ; serial
|
||||||
|
21600 ; refresh (6 hours)
|
||||||
|
3600 ; retry (1 hour)
|
||||||
|
1209600 ; expire (2 weeks)
|
||||||
|
3600 ; minimum (1 hour)
|
||||||
|
)
|
||||||
|
NS sable.crans.org.
|
||||||
|
|
||||||
|
archive.ubuntu.com CNAME charybde.crans.org.
|
||||||
|
*.archive.ubuntu.com CNAME charybde.crans.org.
|
||||||
|
"""
|
Loading…
Add table
Add a link
Reference in a new issue