Skip to content

Commit

Permalink
misc: small fix or general refactoring i did not bother commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Apr 6, 2024
1 parent 24d89d8 commit 288b5e6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,11 @@ folder = "/some/backup/path/"

It is necessary to change only the `secret`, `username` and `password` access parameters of Arc, while the others can be left to their default values.

## Tailscale Integration
## Tailscale / Headscale Integration

In order to run an ARC instance that's only visible on a [Tailscale](https://tailscale.com/) (WireGuard) network you can use the `[tailscale]` configuration block:
In order to run an ARC instance that's only visible on a [Tailscale](https://tailscale.com/) (WireGuard) network you can use the `[tailscale]` configuration block.

By setting the `url` field, it is possible to override the control API URL and use free alternatives such as [Headscale](https://headscale.net/).

```toml
# .... snippet ....
Expand Down

0 comments on commit 288b5e6

Please sign in to comment.