Merge branch 'master' of ssh://git.paulbsd.com:2222/paulbsd/paulbsd-salt
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-11-25 09:36:11 +01:00
commit 683360a235
2 changed files with 12 additions and 0 deletions

View File

@ -10,6 +10,17 @@ systemd:
networkd: networkd:
Network: Network:
SpeedMeter: "yes" SpeedMeter: "yes"
resolved:
Resolve:
DNS: 9.9.9.9 149.112.112.112 2620:fe::fe 2620:fe::9
Domains: paulbsd.com
LLMNR: "no"
MulticastDNS: "no"
DNSSEC: "no"
DNSOverTLS: "no"
DNSStubListener: "yes"
Cache: "yes"
ReadEtcHosts: "yes"
presets: presets:
ssh: ssh:
- enable ssh.service - enable ssh.service

View File

@ -13,6 +13,7 @@ ExecStartPre=/usr/local/bin/vector validate
ExecStart=/usr/local/bin/vector ExecStart=/usr/local/bin/vector
ExecReload=/usr/local/bin/vector validate ExecReload=/usr/local/bin/vector validate
ExecReload=/bin/kill -HUP $MAINPID ExecReload=/bin/kill -HUP $MAINPID
ExecStop=/bin/kill $MAINPID
Restart=always Restart=always
AmbientCapabilities=CAP_NET_BIND_SERVICE AmbientCapabilities=CAP_NET_BIND_SERVICE
EnvironmentFile=-/etc/default/vector EnvironmentFile=-/etc/default/vector