From 4e5cae1ac04668a9ead07bf93e350ed8e07f9c97 Mon Sep 17 00:00:00 2001 From: Alloy Networks <45832257+alloynetworks@users.noreply.github.com> Date: Fri, 14 May 2021 10:47:12 +0300 Subject: [PATCH] Add vl.xrplf.org to list providers Add https://vl.xrplf.org as a list provider. --- .../configuration/run-rippled-as-a-validator.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md index 5559abba35..6ed7a69ec9 100644 --- a/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md +++ b/content/tutorials/manage-the-rippled-server/configuration/run-rippled-as-a-validator.md @@ -23,7 +23,7 @@ Even if your validator isn't a _trusted_ validator, it stills plays an important ## 1. Understand the traits of a good validator -Strive to have your validator always embody the following properties. Being a good validator helps `rippled` server operators and validator list publishers, such as [https://vl.ripple.com](https://vl.ripple.com), to trust your validator before adding it to their UNLs. +Strive to have your validator always embody the following properties. Being a good validator helps `rippled` server operators and validator list publishers, such as [https://vl.ripple.com](https://vl.ripple.com) and [https://vl.xrplf.org](https://vl.xrplf.org), to trust your validator before adding it to their UNLs. - **Available** @@ -159,7 +159,7 @@ _**To connect your validator to the XRP Ledger network using proxies:**_ - Inbound traffic: Only from IP addresses of the stock `rippled` servers in the cluster you configured. - - Outbound traffic: Only to the IP addresses of the stock `rippled` servers in the cluster you configured and to through port 443. + - Outbound traffic: Only to the IP addresses of the stock `rippled` servers in the cluster you configured and to your UNL list providers through port 443. 5. Restart `rippled`.