All Projects β†’ shouc β†’ Sslify

shouc / Sslify

Rapidly SSLify Your Server!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sslify

Sites Using Cloudflare
πŸ’” Archived list of domains using Cloudflare DNS at the time of the CloudBleed announcement.
Stars: ✭ 1,914 (+1039.29%)
Mutual labels:  dns, cloudflare, ssl
Godns
A dynamic DNS client tool supports AliDNS, Cloudflare, Google Domains, DNSPod, HE.net & DuckDNS & DreamHost, etc, written in Go.
Stars: ✭ 784 (+366.67%)
Mutual labels:  dns, cloudflare
Encrypted Dns
Configuration profiles for DNS HTTPS and DNS over TLS for iOS 14 and MacOS Big Sur
Stars: ✭ 455 (+170.83%)
Mutual labels:  dns, cloudflare
Piholecloudflared
Raspberry Pi setup with Pi-Hole, CloudflareD, DHCP as the ultimate Ad-blocker
Stars: ✭ 57 (-66.07%)
Mutual labels:  dns, cloudflare
Dnsrobocert
Orchestrate Certbot and Lexicon together to provide Let's Encrypt TLS certificates validated by DNS challenges
Stars: ✭ 420 (+150%)
Mutual labels:  dns, ssl
Twisted
Event-driven networking engine written in Python.
Stars: ✭ 4,442 (+2544.05%)
Mutual labels:  dns, ssl
Lexicon
Manipulate DNS records on various DNS providers in a standardized way.
Stars: ✭ 1,028 (+511.9%)
Mutual labels:  dns, cloudflare
Cloudflare Sync
A nice to have, MIT-licensed tool for using Cloudflare as a dynamic DNS provider.
Stars: ✭ 269 (+60.12%)
Mutual labels:  dns, cloudflare
Cloudflare Cli
CLI utility managing CloudFlare services using CloudFlare API
Stars: ✭ 61 (-63.69%)
Mutual labels:  dns, cloudflare
Cloudflare Dyndns
CloudFlare Dynamic DNS client
Stars: ✭ 69 (-58.93%)
Mutual labels:  dns, cloudflare
Cloudflare Ddns
Script for dynamically updating a CloudFlare DNS record. (Deprecated)
Stars: ✭ 112 (-33.33%)
Mutual labels:  dns, cloudflare
Warp Plus Cloudflare
Script for getting unlimited GB on Warp+ ( https://1.1.1.1/ )
Stars: ✭ 381 (+126.79%)
Mutual labels:  dns, cloudflare
Getaltname
Extract subdomains from SSL certificates in HTTPS sites.
Stars: ✭ 320 (+90.48%)
Mutual labels:  dns, ssl
Ddns
🚩 θ‡ͺεŠ¨ζ›΄ζ–°εŸŸεθ§£ζžεˆ°ζœ¬ζœΊIP(ζ”―ζŒdnspod,ι˜Ώι‡ŒDNS,CloudFlare,εŽδΈΊδΊ‘,DNSCOM...)
Stars: ✭ 2,582 (+1436.9%)
Mutual labels:  dns, cloudflare
Crypt Le
Crypt::LE - Let's Encrypt / Buypass / ACME client and library in Perl for obtaining free SSL certificates (inc. generating RSA/ECC keys and CSRs). HTTP/DNS verification is supported out of the box, easily extended with plugins, easily dockerized.
Stars: ✭ 277 (+64.88%)
Mutual labels:  dns, ssl
V3n0m Scanner
Popular Pentesting scanner in Python3.6 for SQLi/XSS/LFI/RFI and other Vulns
Stars: ✭ 847 (+404.17%)
Mutual labels:  dns, cloudflare
AdGuard-WireGuard-Unbound-Cloudflare
The Ultimate Network Security Guide πŸ”’ Protection | πŸ”Ž Privacy | πŸš€ Performance on home network 24/7 πŸ•› Accessible anywhere 🌏
Stars: ✭ 160 (-4.76%)
Mutual labels:  dns, cloudflare
cfdns
Command line tool for manipulating DNS of CloudFlare hosted domains
Stars: ✭ 20 (-88.1%)
Mutual labels:  dns, cloudflare
Docker Traefik Cloudflare Companion
Automatically Create CNAME records for containers served by Traefik
Stars: ✭ 59 (-64.88%)
Mutual labels:  dns, cloudflare
Bash Utils
A collection of hand-crafted bash scripts for various common tasks.
Stars: ✭ 124 (-26.19%)
Mutual labels:  dns, cloudflare

logo

platform python

WTF is it

It can rapidly provide your server SSL support without purchasing, waiting...

Where you can use:

Name Description
iOS APP Development iOS Development restricted developers to use SSL when communicating with server
Beautify Address Who don't like the address started with green locks
And more...

But remember!! Do NOT use this in production. Never!

Users may kill you!!

Why Us

A simple comparison

XIP.io SSLip.io Our SSLify
Price Free Private Free
Unlimited Domains βœ“ βœ“ βœ“
Fast Wildcard DNS βœ“ βœ“ βœ“
SSL βœ— βœ“ βœ“
Local Deployment Hard Hard Easy
Auto SSL Deploy βœ— βœ— βœ“
Multi-lingual βœ— βœ— βœ“
Stable DNS βœ— βœ— βœ“
No Privacy Leaks βœ“ βœ— βœ“
Concept Local DNS Server Local DNS Server CloudFlare

How does it work

When user already deployed our public key and private key onto their server, they can now bind their server to our domain just like DNS control pannel.

Supported Record Types:

Type Description
CNAME Used to specify that a domain name is an alias for another domain
A Used to specify that an IP is an alias for a domain

The backend, after recveiving the GET request of creating domain, communicate with CloudFlare API and edit the DNS setting for our domain zone.

def dns(type,name,content):
    if type == "A":
        return [{'name':name, 'type':'A', 'content':content}]
    elif type == "CNAME":
        return [{'name':name, 'type':'CNAME', 'content':content}]

def push(dns_records):
    for dns_record in dns_records:
        r = cf.zones.dns_records.post(zone_id, data=dns_record) 

Installation

git clone https://github.com/InvidHead/SSLify.git && cd SSLify
pip install -r requirements.txt
python server.py

For errors, please submit issues.

Donations

Server eats money!

Paypal: Click Here

Contributors

Built with by Shou Chaofan ([email protected])

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].