summaryrefslogtreecommitdiff
path: root/README.md
blob: 0797eefb5e4b5d77c88b8a5c1d19722a6e2f8932 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# domain-dig

[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=zerolabsco_domain-dig&metric=security_rating)](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)
[![Reliability Rating](https://sonarcloud.io/api/project_badges/measure?project=zerolabsco_domain-dig&metric=reliability_rating)](https://sonarcloud.io/summary/new_code?id=zerolabsco_domain-dig)

Domain Dig is a minimal iOS to perform DNS lookups.

## Features

Data provided by a Domain Dig search:

- Reachability
- Redirect Chain
- DNS Records
- Email Security
- SSL/TLS Certificate
- HTTP Headers
  - "Grade" for header security
- IP Location
- Open Ports
  - Custom port checks

Extra features:

- Save favorite domains for quick reuse
- Check historical log of searches and their results
- Change DNS resolver to Cloudflare, Google, Quad9, or a custom resolver

## Contributing

Contributions are welcome. Keep changes scoped, include tests when behavior changes, and open a pull request with a clear summary of the user-facing impact.

## Development

### Requirements

- Xcode with current iOS SDK support
- iOS Simulator or physical iOS device

### Getting Started

1. Clone the repository:
   ```sh
   git clone https://git.sr.ht/~ccleberg/DomainDig
   ```
2. Open the project in Xcode.
3. Build and run the app on a simulator or device.

## Security

If you discover a security issue, see SECURITY.md.

## License

This project is licensed under the GPL 3.0 or later. See LICENSE.

## Contact

Questions or feedback: [email protected]