Skip to content

Commit

Permalink
Make it clearer which IP address to use (#4887)
Browse files Browse the repository at this point in the history
Minor clarification of the sslip.io docs
  • Loading branch information
hardillb authored Dec 8, 2024
1 parent a8478da commit 0cef47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install/dns-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,6 @@ If you really can't run dnsmasq then there is a possible alternative.

A really useful service called sslip.io allows you to test FlowFuse even when you cannot use dnsmasq. You can read more about [sslip.io on their web site](https://sslip.io).

You will need to set the `domain` entry in the `flowforge.yml` configuration file to the following pattern `172.17.0.1.sslip.io`. Don't forget to replace the IP address with the correct one for your configuration.
You will need to set the `domain` entry in the `flowforge.yml` configuration file to the following pattern `172.17.0.1.sslip.io`. Don't forget to replace the IP address with the correct one for your the machine FlowFuse is running on.

This will work because the `sslip.io` domain is set up to always return the IP address embedded in the hostname queried.

0 comments on commit 0cef47b

Please sign in to comment.