diff options
author | hyang <hyang@hyang.xyz> | 2023-09-26 23:38:33 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-26 23:38:33 -0700 |
commit | a0c6c29354081a7272265377dc518cf6fecee3d3 (patch) | |
tree | 73ee750d295aea0784b9f744017fda4823a7227b /content | |
parent | 337b90cb8abac21f290a1db48d0f6393919cf47b (diff) |
Add period
Diffstat (limited to 'content')
-rw-r--r-- | content/posts/routing-select-containers.md | 2 |
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 |