Auto base sync: 2025-11-09 19:33:09
This commit is contained in:
@@ -23,7 +23,23 @@ tar -xzf wireproxy_linux_amd64.tar.gz
|
|||||||
mv wireproxy /usr/local/bin/
|
mv wireproxy /usr/local/bin/
|
||||||
chmod +x /usr/local/bin/wireproxy
|
chmod +x /usr/local/bin/wireproxy
|
||||||
```
|
```
|
||||||
>[!]
|
>[!danger] Создания конфигурации
|
||||||
|
> `nano /etc/wireproxy.conf`
|
||||||
|
> **вставить код ниже**
|
||||||
|
|
||||||
|
[Interface]
|
||||||
|
PrivateKey = <ваш_приватный_ключ_из_wgcf-profile.conf>
|
||||||
|
Address = <ваш_адрес_из_wgcf-profile.conf>
|
||||||
|
DNS = 1.1.1.1
|
||||||
|
|
||||||
|
[Peer]
|
||||||
|
PublicKey = <публичный_ключ_пира_из_wgcf-profile.conf>
|
||||||
|
Endpoint = engage.cloudflareclient.com:2408
|
||||||
|
AllowedIPs = 0.0.0.0/0, ::/0
|
||||||
|
|
||||||
|
[Socks5]
|
||||||
|
BindAddress = 127.0.0.1:40000
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
>[!Bug]- ЧЕК ЛИСТ ОБЯЗАТЕЛЬНЫЙ!!!
|
>[!Bug]- ЧЕК ЛИСТ ОБЯЗАТЕЛЬНЫЙ!!!
|
||||||
|
|||||||
Reference in New Issue
Block a user