vault backup: 2025-09-22 12:04:45

Affected files:
.obsidian/plugins/text-extractor/cache/e43841d46b66e6b5f5c8c4667078b649.json
.obsidian/workspace.json
99 Work/0 OneSec/OneSecNotes/10 Projects/OneSecServer/OneSec Server.md
Attachments/Pasted image 20250922115441.png
This commit is contained in:
2025-09-22 12:04:45 +02:00
parent 5df7632354
commit 26ce03c6bc
4 changed files with 48 additions and 1 deletions

View File

@@ -693,7 +693,53 @@ server {
```
```
Configuration file '/etc/systemd/resolved.conf'
==> Modified (by you or by a script) since installation.
==> Package distributor has shipped an updated version.
What would you like to do about it ? Your options are:
Y or I : install the package maintainer's version
N or O : keep your currently-installed version
D : show the differences between the versions
Z : start a shell to examine the situation
The default action is to keep your current version.
*** resolved.conf (Y/I/N/O/D/Z) [default=N] ? d
--- /etc/systemd/resolved.conf 2022-04-19 08:55:09.981114632 +0200
+++ /etc/systemd/resolved.conf.dpkg-new 2025-06-26 02:44:53.000000000 +0200
@@ -12,13 +12,19 @@
# See resolved.conf(5) for details
[Resolve]
-DNS=46.38.225.230 46.38.252.230 2a03:4000:8000::fce6 2a03:4000:0:1::e1e6
+# Some examples of DNS servers which may be used for DNS= and FallbackDNS=:
+# Cloudflare: 1.1.1.1 1.0.0.1 2606:4700:4700::1111 2606:4700:4700::1001
+# Google: 8.8.8.8 8.8.4.4 2001:4860:4860::8888 2001:4860:4860::8844
+# Quad9: 9.9.9.9 2620:fe::fe
+#DNS=
#FallbackDNS=
#Domains=
-LLMNR=no
-MulticastDNS=no
-DNSSEC=allow-downgrade
-DNSOverTLS=no
-Cache=yes
-DNSStubListener=yes
-ReadEtcHosts=yes
+#DNSSEC=no
+#DNSOverTLS=no
+#MulticastDNS=yes
+#LLMNR=yes
+#Cache=yes
+#DNSStubListener=yes
+#DNSStubListenerExtra=
+#ReadEtcHosts=yes
+#ResolveUnicastSingleLabel=no
Configuration file '/etc/systemd/resolved.conf'
```
![[Pasted image 20250922115441.png]]
# Footnotes
[^1]: An A record **maps a domain name to the IP address (Version 4) of the computer hosting the domain**. An A record uses a domain name to find the IP address of a computer connected to the internet. The A in A record stands for Address.