Skip to content

Commit e19e5ab

Browse files
committed
docs: add Buy Me a Coffee support and original project credits
1 parent ae19211 commit e19e5ab

3 files changed

Lines changed: 34 additions & 2 deletions

File tree

.github/FUNDING.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: teodev1611
14+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Anongo 👻
22

3-
**Anongo** (Go Ghost) is a high-performance, security-focused port of **AnonGT** (originally in Python) rewritten in **Go**. It creates a transparent anonymity layer by forcing all system network traffic through the Tor network, implementing advanced anti-leak protections and forensic cleaning.
3+
[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Donate-orange.svg?logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/teodev1611)
4+
5+
**Anongo** (Go Ghost) is a high-performance, security-focused port of [**AnonGT**](https://github.com/gt0day/AnonGT) (originally in Python by **gt0day**) rewritten in **Go**. It creates a transparent anonymity layer by forcing all system network traffic through the Tor network, implementing advanced anti-leak protections and forensic cleaning.
6+
47

58
## 🚀 How it Works
69

@@ -66,5 +69,11 @@ sudo ./anongo -logs
6669
- **Memory Safety:** Written in Go, providing better memory management than the original Python version.
6770
- **Forensic Cleaning:** Clears `drop_caches` and session logs to minimize the footprint left on the machine.
6871

72+
## ☕ Support
73+
74+
If you find **Anongo** useful and want to support its development, you can buy me a coffee!
75+
76+
[![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Donate-orange.svg?logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/teodev1611)
77+
6978
## 📄 License
7079
This project is licensed under the **GPL v3 License**.

README_ES.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Anongo 👻
22

3-
**Anongo** (Go Ghost) es un port altamente optimizado y centrado en la seguridad del original **AnonGT** (Python) rescrito en **Go**. Crea una capa de anonimato transparente al forzar todo el tráfico de red del sistema a través de la red Tor, implementando protecciones avanzadas contra fugas y limpieza forense.
3+
[![Buy Me A Coffee](https://img.shields.io/badge/Invítame%20a%20un%20café-Donar-orange.svg?logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/teodev1611)
4+
5+
**Anongo** (Go Ghost) es un port altamente optimizado y centrado en la seguridad del original [**AnonGT**](https://github.com/gt0day/AnonGT) (desarrollado por **gt0day** en Python) rescrito en **Go**. Crea una capa de anonimato transparente al forzar todo el tráfico de red del sistema a través de la red Tor, implementando protecciones avanzadas contra fugas y limpieza forense.
6+
47

58
## 🚀 Cómo Funciona
69

@@ -66,5 +69,11 @@ sudo ./anongo -logs
6669
- **Seguridad de Memoria:** Escrito en Go, proporcionando mejor gestión de memoria que la versión original en Python.
6770
- **Limpieza Forense:** Limpia `drop_caches` y logs de sesión para minimizar la huella dejada en la máquina.
6871

72+
## ☕ Soporte
73+
74+
Si encuentras útil **Anongo** y quieres apoyar su desarrollo, ¡puedes invitarme a un café!
75+
76+
[![Buy Me A Coffee](https://img.shields.io/badge/Invítame%20a%20un%20café-Donar-orange.svg?logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/teodev1611)
77+
6978
## 📄 Licencia
7079
Este proyecto está bajo la licencia **GPL v3 License**.

0 commit comments

Comments
 (0)