mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-12 22:13:05 +02:00
doc: Use precise permission flags where possible
This commit is contained in:
@ -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 ##
|
||||
|
Reference in New Issue
Block a user