mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-03-31 17:55:36 +00:00
access list: rename white to allow, black to deny
This commit is contained in:
parent
f38233c32f
commit
7180318abb
3 changed files with 17 additions and 17 deletions
|
|
@ -93,7 +93,7 @@ of configuration is:
|
|||
|
||||
```toml
|
||||
[access_list]
|
||||
# Access list mode. Available modes are white, black and off.
|
||||
# Access list mode. Available modes are allow, deny and off.
|
||||
mode = "off"
|
||||
# Path to access list file consisting of newline-separated hex-encoded info hashes.
|
||||
path = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue