diff options
| author | MarcoFalke <[email protected]> | 2020-07-09 17:59:54 +0200 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-07-10 15:37:42 +0200 |
| commit | fab558612278909df93bdf88f5727b04f13aef0f (patch) | |
| tree | d8c23edec4f024feab7a604b0b918f53c5652387 /share/examples | |
| parent | Merge #19191: net: Extract download permission from noban (diff) | |
| download | discoin-fab558612278909df93bdf88f5727b04f13aef0f.tar.xz discoin-fab558612278909df93bdf88f5727b04f13aef0f.zip | |
doc: Use precise permission flags where possible
Diffstat (limited to 'share/examples')
| -rw-r--r-- | share/examples/bitcoin.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf index 96fb6658a..90a592cc6 100644 --- a/share/examples/bitcoin.conf +++ b/share/examples/bitcoin.conf @@ -20,8 +20,8 @@ # Bind to given address and always listen on it. Use [host]:port notation for IPv6 #bind=<addr> -# Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6 -#whitebind=<addr> +# Bind to given address and add permission flags to peers connecting to it. Use [host]:port notation for IPv6 +#whitebind=perm@<addr> ############################################################## ## Quick Primer on addnode vs connect ## |