Auto base sync: 2025-11-09 19:35:09
This commit is contained in:
@@ -44,6 +44,7 @@ BindAddress = 127.0.0.1:40000
|
|||||||
>[!danger] Создания конфигурации
|
>[!danger] Создания конфигурации
|
||||||
>`nano /etc/systemd/system/wire-proxy.service`
|
>`nano /etc/systemd/system/wire-proxy.service`
|
||||||
|
|
||||||
|
```
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Wireproxy WARP SOCKS5 Proxy
|
Description=Wireproxy WARP SOCKS5 Proxy
|
||||||
After=network.target
|
After=network.target
|
||||||
@@ -56,6 +57,10 @@ RestartSec=5
|
|||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
```
|
||||||
|
>[!bug] Подключение и запуск
|
||||||
|
> systemctl daemon-reload
|
||||||
|
> systemctl enable --now wire-proxy
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user