diff options
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 |