Fix formatting
This commit is contained in:
parent
0b11e5a944
commit
297b0b3102
@ -70,9 +70,9 @@ API but this still does not protect against replay attacks. If an
|
|||||||
attacker managed to intercept an request to the API, (s)he would be
|
attacker managed to intercept an request to the API, (s)he would be
|
||||||
able to resend the same request to the server and re-execute the
|
able to resend the same request to the server and re-execute the
|
||||||
command. To prevent this, the API server has to be placed behind a
|
command. To prevent this, the API server has to be placed behind a
|
||||||
reverse proxy like [nginx][11] to encrypt the requests using TLS or as I am
|
reverse proxy like [nginx][11] to encrypt the requests using TLS or as
|
||||||
doing it, make the server listen on a private IP address inside an
|
I am doing it, make the server listen on a private IP address inside
|
||||||
encrypted VLAN ([tinc][1] in my case).
|
an encrypted VLAN ([tinc][1] in my case).
|
||||||
|
|
||||||
Once the body was verified using the pre-shared secret `nsupdate` is
|
Once the body was verified using the pre-shared secret `nsupdate` is
|
||||||
invoked and the following update or delete scripts are passed via
|
invoked and the following update or delete scripts are passed via
|
||||||
|
Loading…
Reference in New Issue
Block a user