From 3151985e7dcd990b8f31d53b9d3eb41196b192fd Mon Sep 17 00:00:00 2001 From: Sergio Durigan Junior Date: Tue, 27 Feb 2024 11:17:33 -0500 Subject: [PATCH] Wireguard post: Use "ini" for code block --- content-org/all-posts.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content-org/all-posts.org b/content-org/all-posts.org index de65d9c..1d1867e 100644 --- a/content-org/all-posts.org +++ b/content-org/all-posts.org @@ -133,7 +133,7 @@ little configuration. On the server side (i.e., VPS or dedicated server), you will create the first endpoint. Something like the following should do: -#+begin_src +#+begin_src ini [Interface] PrivateKey = PRIVATE_KEY_HERE Address = 10.0.0.1/32 @@ -163,7 +163,7 @@ A few interesting points to note: At your home, you will configure the peer: -#+begin_src +#+begin_src ini [Interface] PrivateKey = PRIVATE_KEY_HERE Address = 10.0.0.2/32