diff --git a/_posts/2020-12-07-monero-0.17.1.6-released.md b/_posts/2020-12-07-monero-0.17.1.6-released.md
index acb132a5..34214bc2 100644
--- a/_posts/2020-12-07-monero-0.17.1.6-released.md
+++ b/_posts/2020-12-07-monero-0.17.1.6-released.md
@@ -15,13 +15,15 @@ image: /blog/assets/2020-09-17-monero-0.17-released/oxygen-orion.png
 
 This is the v0.17.1.6 minor point release of the Monero software. This is a recommended release that contains P2P network layer improvements.
 
+**A note for public RPC node operators upgrading to v0.17.1.6:** if you’re using the \-\-rpc-restricted-bind-port option along with \-\-rpc-bind-ip currently you will need to add the new \-\-rpc-restricted-bind-ip arg or else the daemon will bind restricted RPC only to localhost.
+
 Some highlights of this minor release are:
 
 - P2P: add scoring system to drop peers that don't behave
 - P2P: drop peers that decrease claimed height
 - P2P: drop peers that spam peer lists
 - P2P: drop peers that don't reply to queries
-- Add --rpc-restricted-bind-ip option
+- Add \-\-rpc-restricted-bind-ip option
 - Do not use peer_id tracking method over i2p/tor
 - Minor bug fixes