Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
name: Find Authoritative Nameserver
description: How to find and query the authoritative nameserver for a record.
---
How to find and query the authoritative nameserver for a record.

1. Query SOA for the target_domain.
Expand Down
11 changes: 10 additions & 1 deletion GEMINI.md → AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,16 @@ The project is composed of two main Go-based command-line tools:
## Workspace

* Use `./workspace` as a place to install tools and output binaries and intermediate results.
* Use `./workspace/.venv` for Python installs. Do not install anything globally.
* Use `./.venv` for Python installs. Do not install anything globally.

### Python Environment Setup

To set up the Python environment using `uv`, run the following commands from the project root:

```bash
uv venv
uv pip install -r requirements.txt
```

---
*The domain list used for the analysis is the [Tranco list](https://tranco-list.eu/).*
Loading