Skip to content

Commit d622495

Browse files
committed
fix: remove incorrect sudo requirement for server
The server uses userspace WireGuard and doesn't require root privileges.
1 parent 19137a0 commit d622495

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ private_key = "your-wireguard-private-key"
5050
listen_addr = ":8080"
5151
```
5252

53-
3. **Run** (requires root for WireGuard):
53+
3. **Run**:
5454
```bash
55-
sudo ./bin/server.bin --config config.toml
55+
./bin/server.bin --config config.toml
5656
```
5757

5858
## Testing

0 commit comments

Comments
 (0)