From 8d81a1e279cc70222cf43656bcb6724620923f61 Mon Sep 17 00:00:00 2001 From: Nitin Muthyala Date: Tue, 1 Oct 2024 23:32:50 +0800 Subject: [PATCH] Fixed broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5530e43..70bfeee 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ fly init smokescreen-example --import fly.source.toml Replace `smokescreen-example` with your preferred app name (`yourappname`) or omit it to have Fly generate a name for you. You may be prompted for which organization you want the app to run in. Ensure that it is running in the same organization as the apps you wish to manage their external calls. -Smokescreen runs on port 4750 and applications wishing to connect to it from within your Fly organization should send their requests to `yourappname.internal`. To connect to Smokescreen from outside the Fly environment, use [Fly's Wireguard](https://fly.io/docs/reference/wireguard/) to create a VPN into your Fly organization. +Smokescreen runs on port 4750 and applications wishing to connect to it from within your Fly organization should send their requests to `yourappname.internal`. To connect to Smokescreen from outside the Fly environment, use [Fly's Wireguard](https://fly.io/docs/networking/private-networking/) to create a VPN into your Fly organization. This Smokescreen example includes support for a proxy password and an access control list.