Skip to content

Commit ec3cd57

Browse files
authored
grammar fix in dns-rebind.md (#333)
1 parent 5c78f60 commit ec3cd57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/help/dns-rebind.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: Learn how to handle DNS Rebinding protection when using Lando for l
66

77
If you are using [Lando proxying](https://docs.lando.dev/core/v3/proxy.html), which is enabled by default, some routers and firewalls may prevent Lando from properly routing `*.lndo.site` addresses to your application through [DNS Rebinding](https://en.wikipedia.org/wiki/DNS_rebinding) protection. For example the `DD-WRT` router firmware enables this protection by default.
88

9-
If you are seeing red URLs after you start your app and you are unable to look up the url DNS rebinding protection may be the cause. You can test this out using `nslookup`.
9+
If you are seeing red URLs after you start your app and you are unable to look up the url, DNS rebinding protection may be the cause. You can test this out using `nslookup`.
1010

1111
```bash
1212
nslookup <sitename>.lndo.site

0 commit comments

Comments
 (0)