Code Monkey home page Code Monkey logo

alirezababaeii / hiddify-config Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hiddify/hiddify-manager

0.0 0.0 0.0 57.39 MB

multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy.

Home Page: https://t.me/hiddify

License: Creative Commons Zero v1.0 Universal

Shell 44.81% JavaScript 27.47% Python 4.50% Erlang 0.63% CSS 4.40% HTML 6.72% HCL 11.15% Dockerfile 0.33%

hiddify-config's Introduction


Installation Guide          User Interface          FAQs          Report Bugs        Telegram Channel


Introduction

Hiddify multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy. It is a X-UI replacement.

Supported protocols
Supported Configs Supported Configs
Telegram Proxy vless+xtls
Web Socket (cdn support):
- vless+tls+ws
- trojan+tls+ws
- vmess+tls+ws
h2+tls:
- vless+tls
- trojan+tls
- vmess+tls
grpc+tls:
- vless+grpc+tls
- trojan+grpc+tls
- vmess+grpc+tls
http1.1+tls:
- trojan+tls
- vmess+tls
old configs:
- trojango (cdn support)
- v2ray+ws (cdn support)
- vmess (cdn support)
- ss+faketls
HTTP
-unsafe, default is disable
- vless
-vmess
Smart proxy for non-Iranian and filtered sites

You can connect to the internet in 3 modes using Clash client and Hiddify panel.

  1. This method only circumvents the filtered websites via the anti-filter.
  2. This method circumvents all websites except for the Iranian websites, and they can be opened without ant-filter (recommended)
  3. This method circumvents all websites.

At the same time, the proposed solution is resistant to detection by the internet filtering entities and prevents the usual attacks on the server i.e., the possibility of detection is minimal, however, do not forget to disable other ports except 22, 80 and 443.

Other features
Supported operating systems Hiddify has been tested on Ubuntu 20.04 and 22.04. Ubuntu arm64 or amd64
Speed test

In this way, you can check the speed of the server with and without anti-filter.

image

DNS over HTTPS (CDN support)

To use DNS over HTTPS, just use the following DNS in the browser.

https://yourdomain.com/yoursecret/dns/dns-query{?dns}

Redirector (CDN support) When you want to share Telegram proxy or Shadowsocks proxy through other programs, it is possible to redirect with CDN support. For example, if you put the Shadowsocks configuration instead of "fullURL", clicking on this link will open Shadowsocks app and activate the proxy on it. For example: `https://yourdomain.com/yoursecret/redirect/fullURL`

Replace "fullURL" by the Shadowsocks configuration.

https://yourdomain.com/yoursecret/redirect/ss://secret/

Installation Guide

Quick and easy installation guide with no technical knowledge and ssh required
Installation guide on pre-prepared Ubuntu server with ssh
Code for cloud-init On some server provider websites, you can automatically install the proxy using the following script. For example, see [Hetzner]

(https://github.com/hiddify/hiddify-config/wiki/Hetzner-%D9%86%D8%B5%D8%A8-%D8%AE%DB%8C%D9%84%DB%8C-%D8%B3%D8%B1%DB%8C%D8%B9-%D8%AF%D8%B1-%D9%87%D8%AA%D8%B2%D9%86%D8%B1) and OVH

And from https://yourip.sslip.ioor http://yourip you can see the link of the user page, just put your IP instead of "yourip"

Note that this temporary link will only be active for one hour, after which it will be deactivated.

#cloud-config
package_upgrade: true
packages:
  - apt-transport-https
  - ca-certificates
  - curl
  - wget
  - gnupg-agent
  - software-properties-common
  - git

runcmd:
  - cd /opt
  - git clone https://github.com/hiddify/hiddify-config/
  - cd hiddify-config
  - bash install.sh

final_message: "The system is finally up, after $UPTIME seconds"
output: { all: "| tee -a /root/cloud-init-output.log" }

# you can see the generated link from the website by using http://yourip/ or https://yourip.sslip.io in one hour, after that, it will be disappeared. 

User Interface

  • For users Hiddify User Page

  • For admin Hiddify Admin page


Donation and support      از ما حمایت کنید

The easiest way to support us is to click on the star (⭐) at the top of GitHub page.

ساده‌ترین راه حمایت از ما کلیک کردن روی ستاره (⭐) بالای صفحه گیتهاب است.

We also need financial support for our services (all of our activities are done voluntarily and the financial support will be spent on the development of the project).
ما برای سرویس هایمان به کمک مالی هم نیاز داریم (تمامی فعالیت‌های ما به صورت داوطلبانه انجام می‌شود و حمایت‌های مالی صرف توسعه پروژه می‌شود).

Collaborate with us      با ما همکاری کنید

We need your collaboration in order to develop this project. If you are specialists in these areas, please do not hesitate to contact us:

اگر در هر یک از زمینه‌های زیر توانایی دارید، با ما در تماس باشید:

  • Media production      تولید محتوا
  • Python developing      برنامه‌نویسی پایتون
  • Kotlin developing      برنامه‌نویسی کاتلین

Contact us      راه‌های ارتباط با ما

hiddify-config's People

Contributors

hiddify-com avatar thetraxex avatar lymanjre avatar weareomid avatar grimpenmire avatar h4mid007 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.