Wireguard post: Use "ini" for code block
This commit is contained in:
parent
e8580ca4c8
commit
3151985e7d
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue