> ## Documentation Index
> Fetch the complete documentation index at: https://docs.fly.io/llms.txt
> Use this file to discover all available pages before exploring further.

# fly dig

Make DNS requests against Fly.io's internal DNS server. Valid types include
AAAA and TXT (the two types our servers answer authoritatively), AAAA-NATIVE
and TXT-NATIVE, which resolve with Go's resolver (they're slower,
but may be useful if diagnosing a DNS bug) and A and CNAME
(if you're using the server to test recursive lookups.)
Note that this resolves names against the server for the current organization. You can
set the organization with -o \<org-slug>; otherwise, the command uses the organization
attached to the current app (you can pass an app in with -a \<appname>).

## Usage

```
fly dig [type] <name> [flags]
```

## Options

```
  -a, --app string      Application name
  -c, --config string   Path to application configuration file
  -h, --help            help for dig
  -o, --org string      The target Fly.io organization
  -s, --short           Just print the answers, not DNS record details
```

## Global Options

```
  -t, --access-token string   Fly API Access Token
      --debug                 Print additional logs and traces
      --verbose               Verbose output
```

## See Also

* [fly](/flyctl/cmd/fly_help)	 - The Fly.io command line interface
