Wireguard post: Use "ini" for code block

This commit is contained in:
Sergio Durigan Junior 2024-02-27 11:17:33 -05:00
parent e8580ca4c8
commit 3151985e7d

View file

@ -133,7 +133,7 @@ little configuration.
On the server side (i.e., VPS or dedicated server), you will create On the server side (i.e., VPS or dedicated server), you will create
the first endpoint. Something like the following should do: the first endpoint. Something like the following should do:
#+begin_src #+begin_src ini
[Interface] [Interface]
PrivateKey = PRIVATE_KEY_HERE PrivateKey = PRIVATE_KEY_HERE
Address = 10.0.0.1/32 Address = 10.0.0.1/32
@ -163,7 +163,7 @@ A few interesting points to note:
At your home, you will configure the peer: At your home, you will configure the peer:
#+begin_src #+begin_src ini
[Interface] [Interface]
PrivateKey = PRIVATE_KEY_HERE PrivateKey = PRIVATE_KEY_HERE
Address = 10.0.0.2/32 Address = 10.0.0.2/32