aboutsummaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2020-07-09 17:59:54 +0200
committerMarcoFalke <falke.marco@gmail.com>2020-07-10 15:37:42 +0200
commitfab558612278909df93bdf88f5727b04f13aef0f (patch)
treed8c23edec4f024feab7a604b0b918f53c5652387 /share
parentcc9d09e73de0fa5639bd782166b171448fd6b90b (diff)
downloadbitcoin-fab558612278909df93bdf88f5727b04f13aef0f.tar.xz
doc: Use precise permission flags where possible
Diffstat (limited to 'share')
-rw-r--r--share/examples/bitcoin.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/examples/bitcoin.conf b/share/examples/bitcoin.conf
index 96fb6658a0..90a592cc63 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 ##