File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -47,19 +47,18 @@ public function siteNameFromHttpHost($httpHost) {
4747 }
4848
4949 /**
50- * You may use wildcard DNS providers xip.io or nip.io as a tool for testing your site via
50+ * You may use wildcard DNS provider nip.io as a tool for testing your site via
5151 * an IP address.
5252 * It's simple to use: First determine the IP address of your local computer
5353 * (like 192.168.0.10).
54- * Then simply use http://project.your-ip.xip .io - ie: http://laravel.192.168.0.10.xip .io.
54+ * Then simply use http://project.your-ip.nip .io - ie: http://laravel.192.168.0.10.nip .io.
5555 *
5656 * @param string $domain The domain to check.
5757 *
5858 * @return string The domain
5959 */
6060 public function supportWildcardDnsDomains ($ domain ) {
6161 $ services = [
62- '.*.*.*.*.xip.io ' ,
6362 '.*.*.*.*.nip.io ' ,
6463 '-*-*-*-*.nip.io '
6564 ];
You can’t perform that action at this time.
0 commit comments