From b044f4f9967542ec54a0074a949a9d4fcbc7236c Mon Sep 17 00:00:00 2001 From: szumkoal Date: Sun, 5 Apr 2026 22:09:03 +0000 Subject: [PATCH] Update adguard/README.md --- adguard/README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/adguard/README.md b/adguard/README.md index e69de29..3efc1bc 100644 --- a/adguard/README.md +++ b/adguard/README.md @@ -0,0 +1,30 @@ +# Adguard Info + +## Instructions: +- Loacl DNS filter system +- Access WebUI on port 3000 + +## Contents: +**`adguard/`** +├── **`config/`** +├── **`docker-compose.yml`** +├── **`.env`** +├── **`.gitignore`** +├── **`README.md`** +└── **`work/`** + +## File Descrptions: +- **`config/`**: Adguard Configuration Data +- **`docker-compose.yml`**: Docker compose file +- **`.env`**: Environment Variables +- **`.gitignore`**: Git ignore file +- **`README.md`**: Documentation +- **`work/`**: Working data + +## Environmet Variables: +- None + +## Ignored Files: +- **`config/`**: Persistant Data +- **`.env`**: Environment Variables +- **`work/`**: Sensitive data \ No newline at end of file