Skip to content
Snippets Groups Projects
Commit a83c2750 authored by Paul's avatar Paul :turtle:
Browse files

add some privacy

parent 19e3286f
No related branches found
No related tags found
No related merge requests found
[Journal]
MaxRetentionSec=6h
[Journal] [Journal]
SystemMaxUse=500M SystemMaxUse=500M
SystemMaxFileSize=50M
...@@ -105,3 +105,4 @@ ...@@ -105,3 +105,4 @@
tags: [bird] tags: [bird]
- include: units.yml - include: units.yml
tags: [base]
...@@ -3,10 +3,10 @@ ...@@ -3,10 +3,10 @@
- command: systemctl daemon-reload - command: systemctl daemon-reload
- name: stop bird # - name: stop bird
systemd: # systemd:
state: stopped # state: stopped
name: bird.service # name: bird.service
- name: restart services - name: restart services
systemd: systemd:
...@@ -24,3 +24,5 @@ ...@@ -24,3 +24,5 @@
- systemd-networkd.service - systemd-networkd.service
- update-ffhl-dns.timer - update-ffhl-dns.timer
- update-ffhl-mesh-vpn.timer - update-ffhl-mesh-vpn.timer
- systemd-journald
- fastd
authoritative; authoritative;
default-lease-time 600; default-lease-time 600;
max-lease-time 600; max-lease-time 600;
log-facility syslog;
subnet {{ dhcpd_subnet }} netmask {{ dhcpd_netmask }} { subnet {{ dhcpd_subnet }} netmask {{ dhcpd_netmask }} {
range {{ dhcpd_start }} {{ dhcpd_end }}; range {{ dhcpd_start }} {{ dhcpd_end }};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment