Türkiye'deki Discord engelini ve DPI (Derin Paket İncelemesi) sansürünü aşmak için tasarlanmış, Linux işletim sistemlerine özel CLI, arayüzsüz (headless) ve SSH uyumlu güvenli tünel istemcisi.
SOCKS5 ve HTTP Proxy protokolleri, DoH (DNS-over-HTTPS) şifreli DNS çözümü ve TLS SNI paket parçalama teknolojisi ile sunucularda ve masaüstü sistemlerde sorunsuz çalışır.
- Tek Komutla Kur:
curl | bashkomutuyla tam otomatik indirme ve kurulum. - Çift Protokol Desteği: 10808 portunda SOCKS5, 10809 portunda HTTP Proxy.
- DPI Sansür Engeli Aşma: DoH şifreli DNS çözümü ve TLS SNI paket parçalama.
- Systemd Servis Desteği: Açılışta otomatik arka plan servisi olarak çalışma.
- SSH Uyumlu Hızlı Proxy:
evalile mevcut oturumunuzu anında proxy arkasına alma. - Gnome Masaüstü Entegrasyonu: GUI Linux'ta sistem proxy ayarlarını otomatik yapma.
Aşağıdaki komutu terminalinize yapıştırın. Gerekli dosyaları indirir, yetkilerini ayarlar ve başlatır:
curl -fsSL https://raw.githubusercontent.com/htdocz/intra-linux/main/intralinux.sh -o intralinux.sh && curl -fsSL https://github.com/htdocz/intra-linux/raw/main/bin/intra-linuxdpi -o intra-linuxdpi && mkdir -p bin && mv intra-linuxdpi bin/ && chmod +x intralinux.sh bin/intra-linuxdpi && ./intralinux.sh start💡 Bu komut: scripti ve backend binary'yi indirir,
bin/klasörüne yerleştirir, çalıştırma yetkisi verir ve tüneli başlatır.
-
Dosyalara Çalıştırma Yetkisi Verin:
chmod +x intralinux.sh bin/intra-linuxdpi
-
Tüneli Arka Planda Başlatın:
./intralinux.sh start
-
Durumu Kontrol Edin:
./intralinux.sh status
-
Durdurmak İçin:
./intralinux.sh stop
-
Yeniden Başlatmak İçin:
./intralinux.sh restart
curl, wget, apt-get gibi araçların tünelden çıkmasını istiyorsanız:
-
Mevcut terminali proxy arkasına al:
eval $(./intralinux.sh env)
-
Proxy'yi kaldır:
eval $(./intralinux.sh unenv)
# Servis olarak kur (sudo gerekir)
sudo ./intralinux.sh install
# Standart systemd komutları
sudo systemctl start intralinux
sudo systemctl stop intralinux
sudo systemctl status intralinux
# Kaldırmak için
sudo ./intralinux.sh uninstall./intralinux.sh enable-gui # Gnome sistem proxy'sini tünele bağlar
./intralinux.sh disable-gui # Proxy ayarlarını devre dışı bırakırA Linux-native CLI, headless, and SSH-friendly secure tunnel client designed to bypass Discord censorship and DPI (Deep Packet Inspection) filtering active in Turkey.
Runs seamlessly on servers and desktop systems using dual-protocol SOCKS5/HTTP Proxy, DoH encrypted DNS resolution, and TLS SNI packet splitting.
- One-Command Install: Fully automatic download and setup via
curl | bash. - Dual Protocol Proxy: SOCKS5 on port 10808 and HTTP Proxy on port 10809.
- DPI Censorship Bypass: Encrypted DoH DNS resolution and TLS SNI packet splitting.
- Systemd Integration: Install as an autostart daemon service at boot.
- SSH Friendly CLI Proxy: Instantly inject proxy env vars into the active shell via
eval. - Gnome Desktop Configurator: Auto-configure system proxy on GUI Linux desktops.
Paste the command below into your terminal. It downloads the required files, sets permissions, and starts the tunnel:
curl -fsSL https://raw.githubusercontent.com/htdocz/intra-linux/main/intralinux.sh -o intralinux.sh && curl -fsSL https://github.com/htdocz/intra-linux/raw/main/bin/intra-linuxdpi -o intra-linuxdpi && mkdir -p bin && mv intra-linuxdpi bin/ && chmod +x intralinux.sh bin/intra-linuxdpi && ./intralinux.sh start💡 This command: downloads the manager script and backend binary, places it in the
bin/folder, sets executable permissions, and starts the tunnel.
-
Grant Executable Permissions:
chmod +x intralinux.sh bin/intra-linuxdpi
-
Start the Tunnel in Background:
./intralinux.sh start
-
Check Status:
./intralinux.sh status
-
Stop the Tunnel:
./intralinux.sh stop
-
Restart:
./intralinux.sh restart
For tools like curl, wget, or package managers (apt, yum) to route through the tunnel:
-
Proxy the active terminal session:
eval $(./intralinux.sh env)
-
Remove proxy from session:
eval $(./intralinux.sh unenv)
# Install as systemd service (requires sudo)
sudo ./intralinux.sh install
# Manage via standard systemd commands
sudo systemctl start intralinux
sudo systemctl stop intralinux
sudo systemctl status intralinux
# Remove the service
sudo ./intralinux.sh uninstall./intralinux.sh enable-gui # Enables Gnome proxy and routes to localhost ports
./intralinux.sh disable-gui # Disables Gnome system proxy