Skip to content

Commit

Permalink
docs: add note about loopbad adresses
Browse files Browse the repository at this point in the history
  • Loading branch information
soehrl authored Dec 1, 2024
1 parent df3b406 commit c378d29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ If you want to use the library from languages other than Rust, please take a loo
Below are a few examples that will get you started quickly.
The full documentation can be found [here](https://docs.rs/camure/).

> [!IMPORTANT]
> This library currently does not support [loopback interfaces](https://en.wikipedia.org/wiki/Loopback_address) such as 127.0.0.1, please use the actual network interface instead.
### Barrier Groups
#### Coordinator
```rust
Expand Down

0 comments on commit c378d29

Please sign in to comment.