mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-12 13:19:49 +01:00
Compare commits
No commits in common. "1e404201150a8ba6b820c6da258bc40f3f3d7ed4" and "49a7a362c5e770728740a8a4d51aec906492d69d" have entirely different histories.
1e40420115
...
49a7a362c5
@ -113,3 +113,7 @@ trust-model tofu+pgp
|
|||||||
# be better due to https://gitea.blesmrt.net/mikaela/pgp-alt-wot/ and lsign.
|
# be better due to https://gitea.blesmrt.net/mikaela/pgp-alt-wot/ and lsign.
|
||||||
tofu-default-policy unknown
|
tofu-default-policy unknown
|
||||||
|
|
||||||
|
# Groups to encrypt to when encrypting to specific addrses, I don't think
|
||||||
|
# this needs to be in the main file without my changes.
|
||||||
|
# Email that should go to the team
|
||||||
|
group support@privacytools.io=588F6E4EABE8C7B552D00FA641911F722B0F9AE3 30CE697C77678A9A6B0A5D5C6F3175557E766CBF 69FF455A869F9031A691E0F199392F62BAE30723 1FE976484C2EB73B61D102234B313017F994C1FD 5704D032D073A0F8D1D001C3D4045195AB86173B 6325C3370B70177138ABF3086A957C9A9A9429F7
|
||||||
|
@ -9,7 +9,9 @@ confdir /etc/chrony/chrony.d
|
|||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
Refer to ../../Windows/time/README.md
|
```
|
||||||
|
choco install nettime
|
||||||
|
```
|
||||||
|
|
||||||
## Other random notes
|
## Other random notes
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# NOTE! Requires Unbound 1.7.3 or newer!
|
# NOTE! Requires Unbound 1.7.3 or newer! Debian 9 has 1.6.0
|
||||||
# Based on https://www.ctrl.blog/entry/unbound-tls-forwarding.html
|
# Based on https://www.ctrl.blog/entry/unbound-tls-forwarding.html
|
||||||
#
|
#
|
||||||
# NOTE! You might also be interested in cache.conf, ipv6.conf and
|
# NOTE! You might also be interested in cache.conf, ipv6.conf and
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
# NOTE! Requires Unbound 1.7.3 or newer!
|
|
||||||
# Based on https://www.ctrl.blog/entry/unbound-tls-forwarding.html
|
|
||||||
|
|
||||||
server:
|
|
||||||
# Debian ca-certificates location
|
|
||||||
tls-cert-bundle: /etc/ssl/certs/ca-certificates.crt
|
|
||||||
# Fedora location
|
|
||||||
#tls-cert-bundle: /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
|
||||||
|
|
||||||
# DNS servers that have public button for flushing cache. Privacy not considered.
|
|
||||||
|
|
||||||
forward-zone:
|
|
||||||
name: "."
|
|
||||||
forward-tls-upstream: yes
|
|
||||||
|
|
||||||
# Cloudflare / https://1.1.1.1/purge-cache/
|
|
||||||
forward-addr: 2606:4700:4700::1111@853#cloudflare-dns.com
|
|
||||||
forward-addr: 1.1.1.1@853#cloudflare-dns.com
|
|
||||||
forward-addr: 2606:4700:4700::1001@853#cloudflare-dns.com
|
|
||||||
forward-addr: 1.0.0.1@853#cloudflare-dns.com
|
|
||||||
|
|
||||||
# Google / https://dns.google/cache
|
|
||||||
forward-addr: 8.8.8.8@853#dns.google
|
|
||||||
forward-addr: 8.8.4.4@853#dns.google
|
|
||||||
forward-addr: 2001:4860:4860::8888@853#dns.google
|
|
||||||
forward-addr: 2001:4860:4860::8844@853#dns.google
|
|
8
etc/unbound/unbound.conf.d/yggdrasi-override.conf
Normal file
8
etc/unbound/unbound.conf.d/yggdrasi-override.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Sending queries to Yggdrasil network on Unbound level
|
||||||
|
# 2020-12-15
|
||||||
|
server:
|
||||||
|
# PirateIRC Testnet
|
||||||
|
local-zone: "irkki.piraattipuolue.fi." redirect
|
||||||
|
local-data: "irkki.piraattipuolue.fi. 86400 IN AAAA 201:11e5:29f8:f846:e407:e003:a681:98d2"
|
||||||
|
local-zone: "y.irkki.piraattipuolue.fi." redirect
|
||||||
|
local-data: "y.irkki.piraattipuolue.fi. 86400 IN AAAA 201:11e5:29f8:f846:e407:e003:a681:98d2"
|
@ -1,10 +1,4 @@
|
|||||||
# yum/dnf repositories
|
dnf still reads this repository apparently, and the repos I end up adding:
|
||||||
|
|
||||||
This directory is still read by `dnf` and contains files for repositories
|
|
||||||
that I appear to end up adding on every system that aren't as clear to add
|
|
||||||
as the links below.
|
|
||||||
|
|
||||||
## Additional repositories
|
|
||||||
|
|
||||||
* https://github.com/yggdrasil-network/yggdrasil-network.github.io/issues/127#issuecomment-766520311
|
* https://github.com/yggdrasil-network/yggdrasil-network.github.io/issues/127#issuecomment-766520311
|
||||||
* https://www.insynchq.com/
|
* https://www.insynchq.com/
|
||||||
|
Loading…
Reference in New Issue
Block a user