Skip to content

Commit fecd947

Browse files
Leo Weesegitbook-bot
Leo Weese
authored andcommitted
GITBOOK-484: change request with no subject merged in GitBook
1 parent 5b3b398 commit fecd947

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lightning-network-tools/lnd/optimal-configuration-of-a-routing-node.md

+4
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ Many cloud service providers include some basic DDoS protection in their product
191191

192192
While experiencing a sudden large amount of traffic to your node, you may close your ports or even change IP address. You may only remain reachable via the Tor network, or not at all. Unless the entire network or your peers are under attack, you will still be able to make outgoing connections and keep your channels active.
193193

194+
Qdisc is a linux traffic control, or network scheduling utility in Linux. It is enabled on many distributions by default and can help mitigate some DDoS attacks.
195+
196+
`sudo tc qdisc replace dev wg0 root cake bandwidth 300mbit nat`
197+
194198
## Node management tools
195199

196200
Node operators may make use of additional tools to monitor their node, manage liquidity, open and close channels as well as adjust channel fees.

0 commit comments

Comments
 (0)