mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
aquatic: add setting for dropping privileges after opening sockets
This commit is contained in:
parent
e0526ac828
commit
6110017980
6 changed files with 89 additions and 1 deletions
|
|
@ -49,6 +49,11 @@ interval = 5
|
|||
interval = 30
|
||||
max_peer_age = 1200
|
||||
max_connection_age = 300
|
||||
|
||||
[privileges]
|
||||
drop_privileges = false
|
||||
chroot_path = '.'
|
||||
user = 'nobody'
|
||||
```
|
||||
|
||||
To adjust the settings, save this text to a file and make your changes. The
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue