Merge remote-tracking branch 'origin/master'

This commit is contained in:
kirillius 2025-10-08 15:25:07 +03:00
commit a313332699
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ function renderOVPNForm() {
<h3 class="config-section-title">Дополнительная настройка</h3> <h3 class="config-section-title">Дополнительная настройка</h3>
<p>В файле <code>openvpn.conf</code> необходимо добавить следующие директивы:</p> <p>В файле <code>openvpn.conf</code> необходимо добавить следующие директивы:</p>
<pre style="white-space: pre-wrap;">script-security 2 <pre style="white-space: pre-wrap;">script-security 2
client-connect ovpn-pfsdn-bind</pre> client-connect /usr/bin/ovpn-pfsdn-bind</pre>
<p>Также создайте файл <code>ovpn-connector.json</code> со структурой:</p> <p>Также создайте файл <code>ovpn-connector.json</code> со структурой:</p>
<pre style="white-space: pre-wrap;">{ <pre style="white-space: pre-wrap;">{
"token": "string", "token": "string",