Files

174 lines
8.2 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="tr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BarisKeser-ByeDPI — Gizlilik Politikası / Privacy Policy</title>
<style>
:root{
--bg:#f6f7fb; --card:#ffffff; --text:#1a1c22; --muted:#5b6070;
--primary:#3C52A3; --accent:#FF6A4D; --border:#e6e8ef;
}
@media (prefers-color-scheme: dark){
:root{ --bg:#0e1016; --card:#161923; --text:#e9ecf5; --muted:#9aa0b4;
--primary:#7d94e6; --accent:#FF7A5C; --border:#242838; }
}
*{box-sizing:border-box}
body{margin:0;background:var(--bg);color:var(--text);
font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
line-height:1.65;}
.wrap{max-width:820px;margin:0 auto;padding:32px 20px 64px;}
header{display:flex;align-items:center;gap:14px;margin-bottom:8px;}
header .badge{width:56px;height:56px;border-radius:14px;flex:0 0 auto;
background:var(--primary);display:flex;align-items:center;justify-content:center;
color:#fff;font-weight:800;font-size:20px;}
h1{font-size:22px;margin:0;}
.sub{color:var(--muted);font-size:14px;margin-top:2px;}
.updated{color:var(--muted);font-size:13px;margin:14px 0 26px;}
.card{background:var(--card);border:1px solid var(--border);border-radius:16px;
padding:22px 24px;margin:18px 0;}
h2{font-size:19px;margin:0 0 4px;color:var(--primary);}
h3{font-size:15px;margin:20px 0 6px;}
p,li{color:var(--text);}
.muted{color:var(--muted);}
.lang-nav{margin:0 0 18px;font-size:14px;}
.lang-nav a{color:var(--accent);text-decoration:none;font-weight:700;}
.highlight{background:linear-gradient(0deg,transparent 60%,rgba(255,106,77,.18) 60%);
font-weight:700;}
ul{padding-left:20px;}
a{color:var(--accent);}
footer{color:var(--muted);font-size:13px;margin-top:30px;text-align:center;}
hr{border:none;border-top:1px solid var(--border);margin:40px 0;}
</style>
</head>
<body>
<div class="wrap">
<header>
<div class="badge">BK</div>
<div>
<h1>BarisKeser-ByeDPI</h1>
<div class="sub">Gizlilik Politikası · Privacy Policy</div>
</div>
</header>
<div class="updated">Son güncelleme / Last updated: 2026-08-25</div>
<div class="lang-nav"><a href="#tr">Türkçe</a> · <a href="#en">English</a></div>
<!-- ================= TÜRKÇE ================= -->
<section id="tr">
<div class="card">
<h2>Gizlilik Politikası</h2>
<p>BarisKeser-ByeDPI, cihazınızda <strong>yerel</strong> bir SOCKS5 proxy (ByeDPI) ve
VPN modunda cihaz-içi bir tünel çalıştırarak Derin Paket İncelemesini (DPI) ve sansürü
aşan açık kaynaklı bir araçtır. Bu politika, uygulamanın hangi verileri işlediğini
(ve işlemediğini) açıklar.</p>
<h3>Veri toplama</h3>
<p><span class="highlight">Uygulama hiçbir kişisel veriyi toplamaz, saklamaz, iletmez veya paylaşmaz.</span></p>
<ul>
<li>Hesap yok, kayıt yok, giriş yok.</li>
<li>Analitik yok, reklam yok, takip yok, çökme-raporlama SDK'sı yok.</li>
<li>Uygulama, geliştiriciye veya herhangi bir üçüncü taraf sunucuya hiçbir veri göndermez.</li>
</ul>
<h3>VPN izni nasıl kullanılır?</h3>
<p>Android'in <code>VpnService</code> API'si <strong>yalnızca</strong> cihazınızın trafiğini,
yine kendi cihazınızda (<code>127.0.0.1</code>) çalışan yerel proxy'ye yönlendirmek için
kullanılır. Uygulama:</p>
<ul>
<li>Trafiğinizi uzak bir VPN sunucusuna <strong>göndermez</strong>.</li>
<li>Trafiğinizi cihaz dışında şifrelemez, proxy'lemez, kaydetmez veya incelemez.</li>
<li>IP adresinizi gizlemez veya değiştirmez.</li>
</ul>
<p>Tüm işlemler cihazınızda gerçekleşir. Yapılan tek ağ bağlantısı, sizin kendi
uygulamalarınızın eriştiği site ve servislere olan bağlantılardır; uygulama yalnızca
ilk paketlerin gönderilme biçimini değiştirir; böylece DPI sistemleri kolayca engelleyemez.</p>
<h3>İsteğe bağlı DNS ayarı</h3>
<p>VPN modunda bir DNS sunucusu (varsayılan <code>1.1.1.1</code>) ayarlayabilirsiniz.
Ayarlanırsa, tünelden gelen DNS sorguları o sunucuya yönlendirilir. Bu, üçüncü bir tarafça
kendi gizlilik politikası altında işletilen standart bir genel DNS çözümleyicidir; uygulamanın
kendisi DNS sorgularınızı almaz veya saklamaz.</p>
<h3>İzinler</h3>
<ul>
<li><code>INTERNET</code> — yerel ağ bağlantıları açmak için.</li>
<li><code>FOREGROUND_SERVICE</code> / <code>FOREGROUND_SERVICE_SPECIAL_USE</code> — proxy/VPN
etkinken kalıcı bir bildirimle çalışır durumda tutmak için.</li>
<li><code>POST_NOTIFICATIONS</code> — çalışma-durumu bildirimini göstermek için.</li>
<li><code>BIND_VPN_SERVICE</code> — cihaz-içi VPN tünelini sağlamak için.</li>
</ul>
<h3>Çocuklar</h3>
<p>Uygulama çocuklara yönelik değildir ve hiç kimseden veri toplamaz.</p>
<h3>Değişiklikler</h3>
<p>Bu politikadaki değişiklikler proje deposundaki bu dosyada yayımlanacaktır.</p>
<h3>İletişim</h3>
<p>Sorular için:
<a href="https://github.com/barkeser2002/BarisKeser-ByeDPI/issues">github.com/barkeser2002/BarisKeser-ByeDPI/issues</a></p>
</div>
</section>
<hr>
<!-- ================= ENGLISH ================= -->
<section id="en">
<div class="card">
<h2>Privacy Policy</h2>
<p>BarisKeser-ByeDPI is an open-source tool that runs a <strong>local</strong> SOCKS5 proxy
(ByeDPI) and, in VPN mode, an on-device tunnel to bypass Deep Packet Inspection (DPI) and
censorship. This policy explains what data the app does and does not handle.</p>
<h3>Data collection</h3>
<p><span class="highlight">The app does not collect, store, transmit, or share any personal data.</span></p>
<ul>
<li>No accounts, no registration, no login.</li>
<li>No analytics, no advertising, no tracking, no crash-reporting SDKs.</li>
<li>No data is sent to the developer or to any third-party server by the app.</li>
</ul>
<h3>How the VPN permission is used</h3>
<p>Android's <code>VpnService</code> API is used <strong>only</strong> to route your device's
traffic through the local proxy running on your own device (<code>127.0.0.1</code>). The app:</p>
<ul>
<li>Does <strong>not</strong> send your traffic to any remote VPN server.</li>
<li>Does <strong>not</strong> encrypt, proxy, log, or inspect your traffic off-device.</li>
<li>Does <strong>not</strong> hide or change your IP address.</li>
</ul>
<p>All processing happens locally on your device. The only network connections made are the ones
your own apps initiate to the sites and services you use; the app merely alters how the initial
packets of a connection are sent so DPI systems cannot easily block them.</p>
<h3>Optional DNS setting</h3>
<p>In VPN mode you may configure a DNS server (default <code>1.1.1.1</code>). If set, DNS queries
from the tunnel are directed to that server — a standard public resolver operated by a third party
under its own privacy policy; the app itself does not receive or store your DNS queries.</p>
<h3>Permissions</h3>
<ul>
<li><code>INTERNET</code> — to open network connections locally.</li>
<li><code>FOREGROUND_SERVICE</code> / <code>FOREGROUND_SERVICE_SPECIAL_USE</code> — to keep the
proxy/VPN running while active, with a persistent notification.</li>
<li><code>POST_NOTIFICATIONS</code> — to show the running-status notification.</li>
<li><code>BIND_VPN_SERVICE</code> — to provide the on-device VPN tunnel.</li>
</ul>
<h3>Children</h3>
<p>The app is not directed at children and collects no data from anyone.</p>
<h3>Changes</h3>
<p>Any changes to this policy will be published in this file in the project repository.</p>
<h3>Contact</h3>
<p>Questions:
<a href="https://github.com/barkeser2002/BarisKeser-ByeDPI/issues">github.com/barkeser2002/BarisKeser-ByeDPI/issues</a></p>
</div>
</section>
<footer>© 2026 BarisKeser-ByeDPI · GPL-3.0 · Açık kaynak / Open source</footer>
</div>
</body>
</html>