mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-19 04:47:19 +02:00
Compare commits
2 Commits
85c7fedcb2
...
aa865106db
Author | SHA1 | Date | |
---|---|---|---|
aa865106db | |||
962817874e |
3
etc/dracut.conf.d/99-cmdline.conf.lumina
Normal file
3
etc/dracut.conf.d/99-cmdline.conf.lumina
Normal file
@ -0,0 +1,3 @@
|
||||
# This is Lumina's kernel command line. When using
|
||||
# UEFI UNIFIED KERNEL IMAGES, this file is very important to have.
|
||||
kernel_cmdline="root=UUID=805c850d-d923-45ba-b55c-9b95309b58b5 ro rootflags=subvol=root rd.luks.uuid=luks-2f03d7ba-c447-43b9-b62b-6d76362774ee quiet mitigations=auto acpi_osi=Linux rw fsck.mode=force fsck.repair=yes lockdown=confidentiality"
|
2
etc/dracut.conf.d/99-uefi.conf
Normal file
2
etc/dracut.conf.d/99-uefi.conf
Normal file
@ -0,0 +1,2 @@
|
||||
# Create UEFI Unified Kernel Images
|
||||
uefi=yes
|
@ -1,16 +1,18 @@
|
||||
# This will only affect servers that are accessed with public IP address!
|
||||
server:
|
||||
#module-config: "ipsecmod validator iterator"
|
||||
# subnetcache must be loaded for ecs
|
||||
module-config: "subnetcache validator iterator"
|
||||
# Send ECS everywhere always
|
||||
client-subnet-zone: "."
|
||||
#client-subnet-always-forward: yes
|
||||
client-subnet-always-forward: yes
|
||||
# Send different subnet size
|
||||
#max-client-subnet-ipv6: "16"
|
||||
max-client-subnet-ipv4: "0"
|
||||
#max-client-subnet-ipv4: "0"
|
||||
|
||||
# IP address to send as client subnet. Optionally /CIDR can be appended.
|
||||
#
|
||||
# These are actual Moi.fi IP addresses (dynamic, so they will likely
|
||||
# change very soon and thus kind of become "anonymized" :D)
|
||||
#send-client-subnet: "82.203.160.208"
|
||||
send-client-subnet: "2001:14bb:653:a161:9d7b:be7a:1e40:ad7"
|
||||
# IP address to send client subnets TO. Optionally /CIDR can be appended.
|
||||
# This actually means AUTHORITY servers!
|
||||
#send-client-subnet:
|
||||
#send-client-subnet:
|
||||
|
||||
# vim: filetype=unbound.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user