From a0c6c29354081a7272265377dc518cf6fecee3d3 Mon Sep 17 00:00:00 2001 From: hyang Date: Tue, 26 Sep 2023 23:38:33 -0700 Subject: Add period --- content/posts/routing-select-containers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3