mirror of
https://github.com/andrey271192/PCA_Phobos.git
synced 2026-09-20 11:55:32 +00:00
Add support links (author + upstream Phobos/wg-obfuscator) to README + panel footer
This commit is contained in:
18
README.md
18
README.md
@@ -128,3 +128,21 @@ curl -fsSL https://raw.githubusercontent.com/andrey271192/PCA_Phobos/main/app.py
|
|||||||
systemctl restart phobos-panel
|
systemctl restart phobos-panel
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Поддержка проекта
|
||||||
|
|
||||||
|
Если PCA Phobos оказался полезен — буду благодарен за поддержку:
|
||||||
|
|
||||||
|
- 💖 [Boosty](https://boosty.to/andrey27/donate)
|
||||||
|
- ✉️ Telegram: [@Iot_andrey](https://t.me/Iot_andrey) — вопросы, баги, идеи
|
||||||
|
|
||||||
|
## На основе и благодарности
|
||||||
|
|
||||||
|
PCA Phobos — это веб-панель и turnkey-инсталлятор поверх:
|
||||||
|
|
||||||
|
- [**Phobos**](https://github.com/Ground-Zerro/Phobos) (Ground-Zerro) — обфусцированный WireGuard. Поддержать автора: [Boosty](https://boosty.to/ground_zerro) ❤️
|
||||||
|
- [**wg-obfuscator**](https://github.com/ClusterM/wg-obfuscator) (ClusterM) — обфускация WireGuard-трафика. Поддержать автора: [Boosty](https://boosty.to/cluster) ❤️
|
||||||
|
|
||||||
|
Спасибо авторам за отличные инструменты.
|
||||||
|
|||||||
3
app.py
3
app.py
@@ -600,7 +600,8 @@ input:focus{outline:none;border-color:#4f46e5}
|
|||||||
</div>
|
</div>
|
||||||
CONTENT
|
CONTENT
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
Phobos VPN Panel
|
Phobos VPN Panel · <a href="https://boosty.to/andrey27/donate" target="_blank" rel="noopener">💖 Поддержать</a> · <a href="https://t.me/Iot_andrey" target="_blank" rel="noopener">✉️ Telegram</a><br>
|
||||||
|
<span style="font-size:.92em;color:#475569">На основе <a href="https://github.com/Ground-Zerro/Phobos" target="_blank" rel="noopener">Phobos</a> · <a href="https://boosty.to/ground_zerro" target="_blank" rel="noopener">поддержать автора</a></span>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
function showHelp(el){var b=el.nextElementSibling; if(b&&b.classList.contains('help-box')){b.classList.toggle('show');}}
|
function showHelp(el){var b=el.nextElementSibling; if(b&&b.classList.contains('help-box')){b.classList.toggle('show');}}
|
||||||
|
|||||||
Reference in New Issue
Block a user