mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-08-21 05:47:23 +02:00
Compare commits
3 Commits
a1d2c2ae54
...
c314a3c7d5
Author | SHA1 | Date | |
---|---|---|---|
c314a3c7d5 | |||
be650b5dfe | |||
90edac262a |
17
.gitattributes
vendored
17
.gitattributes
vendored
@ -1,7 +1,24 @@
|
|||||||
# See https://www.git-scm.com/docs/gitattributes#_effects for more information
|
# See https://www.git-scm.com/docs/gitattributes#_effects for more information
|
||||||
* text=auto eol=lf linguist-detectable
|
* text=auto eol=lf linguist-detectable
|
||||||
|
|
||||||
|
# Hunk headers for diff shipped with git
|
||||||
|
# https://www.git-scm.com/docs/gitattributes#_defining_a_custom_hunk_header
|
||||||
|
*.{sh,bash,zsh} text diff=bash eol=lf
|
||||||
|
*.bibtex text diff=bibtex eol=lf
|
||||||
|
*.cpp text diff=cpp eol=lf
|
||||||
|
*.css text diff=css eol=lf
|
||||||
|
*.go text diff=golang eol=lf
|
||||||
|
*.html text diff=html eol=lf
|
||||||
|
*.java text diff=java eol=lf
|
||||||
|
*.{md,markdown} text diff=markdown eol=lf
|
||||||
|
*.pl text diff=perl eol=lf
|
||||||
|
*.php text diff=php eol=lf
|
||||||
|
*.py text diff=python eol=lf
|
||||||
|
*.rb text diff=ruby eol=lf
|
||||||
|
*.tex text diff=tex eol=lf
|
||||||
|
|
||||||
# These files are scary, let's not touch them
|
# These files are scary, let's not touch them
|
||||||
|
# Lockable is provided by git-lfs
|
||||||
LICENSE text lockable
|
LICENSE text lockable
|
||||||
CITATION.cff text lockable
|
CITATION.cff text lockable
|
||||||
|
|
||||||
|
13
etc/systemd/resolved.conf.d/dot-dns0-appliedprivacy.conf
Normal file
13
etc/systemd/resolved.conf.d/dot-dns0-appliedprivacy.conf
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
# This is kind of DNS-over-TLS.conf, but with ECS and just the hope of
|
||||||
|
# passing restricctive networks with Quad9. Use-case: Steam Deck
|
||||||
|
# Or just seeing if it does anything or would blocked queries just go to AP
|
||||||
|
[Resolve]
|
||||||
|
DNS=2a0f:fc80::#dns0.eu
|
||||||
|
DNS=2a0f:fc81::#dns0.eu
|
||||||
|
DNS=193.110.81.0#dns0.eu
|
||||||
|
DNS=185.253.5.0#dns0.eu
|
||||||
|
DNS=[2a02:1b8:10:234::2]:443#dot1.applied-privacy.net
|
||||||
|
DNS=146.255.56.98:443#dot1.applied-privacy.net
|
||||||
|
Domains=~.
|
||||||
|
DNSOverTLS=yes
|
||||||
|
Cache=yes
|
Loading…
x
Reference in New Issue
Block a user