summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorhyang <hyang@hyang.xyz>2023-09-26 23:38:33 -0700
committerhyang <hyang@hyang.xyz>2023-09-26 23:38:33 -0700
commita0c6c29354081a7272265377dc518cf6fecee3d3 (patch)
tree73ee750d295aea0784b9f744017fda4823a7227b /content
parent337b90cb8abac21f290a1db48d0f6393919cf47b (diff)
Add period
Diffstat (limited to 'content')
-rw-r--r--content/posts/routing-select-containers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/routing-select-containers.md b/content/posts/routing-select-containers.md
index 4724ae1..08bbfc9 100644
--- a/content/posts/routing-select-containers.md
+++ b/content/posts/routing-select-containers.md
@@ -84,7 +84,7 @@ On `/etc/iproute2/rt_tables`, add the following line:
```
201 docker_wg
```
-The name of the table can be anything you want, but we'll name it *docker_wg*. This routing table will contain only one entry: to route everything to the docker_wg0 interface
+The name of the table can be anything you want, but we'll name it *docker_wg*. This routing table will contain only one entry: to route everything to the docker_wg0 interface.
```
# Assuming that the arbitrary mark defined in the last step was 5102!
ip rule add fwmark 5102 table docker_wg