small typos

This commit is contained in:
Fisher Darling
2022-10-30 17:37:13 +01:00
parent 57300cef9a
commit 59730c534c
+3 -3
View File
@@ -257,11 +257,11 @@ Done! Adding a new peer just means adding a new file in the peers directory.
# ROA Tables
Route origin authorization. This basically is a central list of who owns what routes and is allowed to send changes.
There's some crypto stuff you can do too, but that's really only important if we start letting people join arbitrarily.
ROA == Route Origin Authorization. This is basically a central list of who owns what routes and is allowed to send changes.
There's some crypto stuff you can do too, but that's only really important if we start letting arbitrary people join.
There is a concern that one of us messes up the config and starts sending out bad routes, but we'll cross that bridge
when we get there (large outage lol).
when we get there (large outage lol). ROA tables might help prevent that.
# What's Next