diff options
-rw-r--r-- | routers/bird.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/bird.php b/routers/bird.php index 6d7a296..6d74672 100644 --- a/routers/bird.php +++ b/routers/bird.php @@ -31,7 +31,7 @@ final class Bird extends Router { $destination = hostname_to_ip_address($hostname); if (!$destination) { - throw new Exception('No A or AAAA record found for '.$hostname); + throw new Exception('No AAAA or A record found for '.$hostname); } } |