Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Hong committed Aug 12, 2024
1 parent 622e06b commit 1337c81
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/cloud/AWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@

## Guides/Tips

* [Tutorial for adding a new Prometheus scrape target: Redis on Amazon EKS and Kubernetes clusters](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-redis-eks.html)
* [Tutorial for adding a new Prometheus scrape target: Redis on Amazon EKS and Kubernetes clusters](https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/ContainerInsights-Prometheus-Setup-redis-eks.html)
* [VPC/subnet-sizing-ipv4](https://docs.aws.amazon.com/vpc/latest/userguide/subnet-sizing.html#subnet-sizing-ipv4)
* [VPC/Amazon DNS server](https://docs.aws.amazon.com/vpc/latest/userguide/AmazonDNS-concepts.html#AmazonDNS)
16 changes: 15 additions & 1 deletion docs/network/dns/dns.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,18 @@
* [Building a DNS server in Rust](https://github.com/EmilHernvall/dnsguide)
* DNS sinkhole
* [AdGuardHome](https://github.com/AdguardTeam/AdGuardHome)
* [pi-hole](https://github.com/pi-hole)
* [pi-hole](https://github.com/pi-hole)

## DNS CLI tools

```
nslookup google.com
dig +short NS @resolver
dig +nssearch google.com
cat /etc/resolv.conf
systemd-resolve --status | grep "DNS Servers"
```

0 comments on commit 1337c81

Please sign in to comment.