shouc / Sslify
Rapidly SSLify Your Server!
Stars: β 168
Programming Languages
javascript
184084 projects - #8 most used programming language
Labels
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
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].