From 29fe505bb98023286a69e7044773e7e9af586542 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Wed, 29 May 2019 16:12:06 -0400 Subject: [PATCH] typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 404b226..fabbdad 100644 --- a/README.md +++ b/README.md @@ -706,7 +706,7 @@ Optionally run a command after the interface is brought up. * Hit a webhook on another server `PostUp = curl https://events.example.dev/wireguard/started/?key=abcdefg` -* Add an route to the system routing table +* Add a route to the system routing table `PostUp = ip rule add ipproto tcp dport 22 table 1234` * Add an iptables rule to enable packet forwarding on the WireGuard interface