Fix broken links and small formatting

This commit is contained in:
Owen Schwartz 2025-01-05 16:08:03 -05:00
parent 7af335a926
commit ba3ca07230
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 6 additions and 3 deletions

View file

@ -28,7 +28,7 @@ A site is a remote location that you want to proxy through the tunnel and system
Assuming you chose Newt above, install and configure it to connect to Gerbil and Pangolin
There are 2 ways to setup Newt: with the CLI application or the Docker container. See [Newt install](/newt/install) for all options.
There are 2 ways to setup Newt: with the CLI application or the Docker container. See [Newt install](/Newt/install) for all options.
On Linux, you can wget the newt binary and run the command copied during the create site step. Make sure to replace amd64 with your architecture!
@ -39,7 +39,10 @@ wget -O newt "https://github.com/fosrl/newt/releases/download/1.0.0-beta.1/newt_
Then run Newt
```bash
./newt --id 31frd0uzbjvp721 --secret h51mmlknrvrwv8s4r1i210azhumt6isgbpyavxodibx1k2d6 --endpoint https://example.com
./newt \
--id 31frd0uzbjvp721 \
--secret h51mmlknrvrwv8s4r1i210azhumt6isgbpyavxodibx1k2d6 \
--endpoint https://example.com
```
#### WireGuard

View file

@ -8,7 +8,7 @@ Configuration is passed in as CLI args in both the binary and the Docker contain
### Binary
Binaries for Linux, MacOS, and Windows can be found in the [Github releases](https://github.com/fosrl/newt/releases) for ARM and AMD64 (x86_64) versions of Newt. It should be as simple as downloading for your respective platform, making sure it is executable, and running it with the correct [CLI args](/newt/overview#cli-args).
Binaries for Linux, MacOS, and Windows can be found in the [Github releases](https://github.com/fosrl/newt/releases) for ARM and AMD64 (x86_64) versions of Newt. It should be as simple as downloading for your respective platform, making sure it is executable, and running it with the correct [CLI args](/Newt/overview#cli-args).
On Linux for example: