mirror of
https://github.com/andrey271192/PCA_Phobos.git
synced 2026-09-20 11:55:32 +00:00
Support links: add Ozon (author) + WireGuard Easy/Emile Nijssen credit; full footer chain
This commit is contained in:
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
@@ -1,2 +1,3 @@
|
|||||||
custom:
|
custom:
|
||||||
- "https://boosty.to/andrey27/donate"
|
- "https://boosty.to/andrey27/donate"
|
||||||
|
- "https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798"
|
||||||
|
|||||||
@@ -135,14 +135,16 @@ systemctl restart phobos-panel
|
|||||||
|
|
||||||
Если PCA Phobos оказался полезен — буду благодарен за поддержку:
|
Если PCA Phobos оказался полезен — буду благодарен за поддержку:
|
||||||
|
|
||||||
- 💖 [Boosty](https://boosty.to/andrey27/donate)
|
- 💖 **Boosty:** [boosty.to/andrey27/donate](https://boosty.to/andrey27/donate)
|
||||||
- ✉️ Telegram: [@Iot_andrey](https://t.me/Iot_andrey) — вопросы, баги, идеи
|
- 💳 **Ozon Bank (СБП):** [ссылка](https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798)
|
||||||
|
- ✉️ **Telegram:** [@Iot_andrey](https://t.me/Iot_andrey) — вопросы, баги, идеи
|
||||||
|
|
||||||
## На основе и благодарности
|
## На основе и благодарности
|
||||||
|
|
||||||
PCA Phobos — это веб-панель и turnkey-инсталлятор поверх:
|
PCA Phobos — это веб-панель и turnkey-инсталлятор поверх:
|
||||||
|
|
||||||
- [**Phobos**](https://github.com/Ground-Zerro/Phobos) (Ground-Zerro) — обфусцированный WireGuard. Поддержать автора: [Boosty](https://boosty.to/ground_zerro) ❤️
|
- [**Phobos**](https://github.com/Ground-Zerro/Phobos) (Ground-Zerro) — обфусцированный WireGuard. Поддержать автора: [Boosty](https://boosty.to/ground_zerro) ❤️
|
||||||
|
- [**WireGuard Easy**](https://github.com/wg-easy/wg-easy) (Emile Nijssen, AGPL-3.0) — веб-панель WireGuard, на которой основан Phobos. Поддержать автора: [GitHub Sponsors](https://github.com/sponsors/WeeJeWel) ❤️
|
||||||
- [**wg-obfuscator**](https://github.com/ClusterM/wg-obfuscator) (ClusterM) — обфускация WireGuard-трафика. Поддержать автора: [Boosty](https://boosty.to/cluster) ❤️
|
- [**wg-obfuscator**](https://github.com/ClusterM/wg-obfuscator) (ClusterM) — обфускация WireGuard-трафика. Поддержать автора: [Boosty](https://boosty.to/cluster) ❤️
|
||||||
|
|
||||||
Спасибо авторам за отличные инструменты.
|
Спасибо авторам за отличные инструменты.
|
||||||
|
|||||||
4
app.py
4
app.py
@@ -600,8 +600,8 @@ input:focus{outline:none;border-color:#4f46e5}
|
|||||||
</div>
|
</div>
|
||||||
CONTENT
|
CONTENT
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
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>
|
Phobos VPN Panel · <a href="https://boosty.to/andrey27/donate" target="_blank" rel="noopener">💖 Boosty</a> · <a href="https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798" target="_blank" rel="noopener">💳 Ozon</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>
|
<span style="font-size:.9em;color:#475569">based on <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">Ground_Zerro</a>) · <a href="https://github.com/wg-easy/wg-easy" target="_blank" rel="noopener">WireGuard Easy</a> (<a href="https://github.com/sponsors/WeeJeWel" target="_blank" rel="noopener">Emile Nijssen</a>) · <a href="https://github.com/ClusterM/wg-obfuscator" target="_blank" rel="noopener">wg-obfuscator</a> (<a href="https://boosty.to/cluster" target="_blank" rel="noopener">ClusterM</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