diff options
| author | Gab <24553253+gabrix73@users.noreply.github.com> | 2025-10-30 11:15:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-30 11:15:27 +0100 |
| commit | 12d49c34ee92204fd34f90641b459ae12021d2be (patch) | |
| tree | 154b82eba0ec11ac495be08e2e0bc32743d3db25 | |
| parent | 05e522dc165b05e11f25563394a0ba6f0eab8abd (diff) | |
| download | fog-12d49c34ee92204fd34f90641b459ae12021d2be.tar.gz fog-12d49c34ee92204fd34f90641b459ae12021d2be.tar.xz fog-12d49c34ee92204fd34f90641b459ae12021d2be.zip | |
Update repository links and clean up README
Updated repository links and removed outdated documentation sections.
| -rw-r--r-- | README.md | 60 |
1 files changed, 14 insertions, 46 deletions
@@ -73,7 +73,7 @@ sudo systemctl enable tor ```bash # Clone repository -git clone https://github.com/YOUR_USERNAME/fog.git +git clone https://github.com/gabrix73/fog.git cd fog # Install dependencies @@ -124,15 +124,6 @@ QUIT --- -## ๐ Documentation - -- ๐ [**Complete Changelog**](FOG_v0.9_CHANGELOG.md) - All changes in v0.9 -- ๐ [**Quick Start Guide**](QUICK_START.md) - Installation, configuration, testing -- ๐ [**pluto2 vs fog Comparison**](PLUTO2_vs_FOG_COMPARISON.md) - What changed and why -- ๐ง [**GitHub Rename Guide**](GITHUB_RENAME_GUIDE.md) - How to update your local clone - ---- - ## ๐ต๏ธ Privacy & Security Features fog v0.9 implements **8 advanced anti-tracking techniques**: @@ -204,8 +195,6 @@ All critical bugs from `pluto2` have been fixed: **Verdict**: fog v0.9 is an **essential upgrade** from pluto2. -๐ See [full comparison](PLUTO2_vs_FOG_COMPARISON.md) for detailed analysis. - --- ## โ๏ธ Configuration @@ -336,10 +325,6 @@ sudo netstat -tulpn | grep :25 # If doesn't respond: ps aux | grep fog kill -9 [PID] -``` - -๐ See [QUICK_START.md](QUICK_START.md) for more troubleshooting. - --- ## ๐๏ธ Architecture @@ -429,7 +414,7 @@ Contributions are welcome! Here's how: ```bash # Clone your fork -git clone https://github.com/YOUR_USERNAME/fog.git +git clone https://github.com/gabrix73/fog.git cd fog # Install development dependencies @@ -443,14 +428,6 @@ go build -o fog fog.go # Test ./fog --help -``` - ---- - -## ๐ License - -This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details. - --- ## ๐ Acknowledgments @@ -465,14 +442,14 @@ fog v0.9 continues the mission with major improvements in privacy and security. ## ๐ Contact & Support -- **Issues**: https://github.com/YOUR_USERNAME/fog/issues -- **Discussions**: https://github.com/YOUR_USERNAME/fog/discussions -- **Pull Requests**: https://github.com/YOUR_USERNAME/fog/pulls +- **Issues**: https://github.com/gabrix73/fog/issues +- **Discussions**: https://github.com/gabrix73/fog/discussions +- **Pull Requests**: https://github.com/gabrix73/fog/pulls ### Security Issues For security vulnerabilities, please **DO NOT** open a public issue. -Instead, contact: [your-email@example.com] +Instead, contact: [security@tcpreset.net] --- @@ -501,15 +478,6 @@ Instead, contact: [your-email@example.com] --- -## ๐ Project Statistics - - - - - - ---- - ## โก Performance Typical performance metrics: @@ -552,11 +520,11 @@ fog is designed for scenarios requiring maximum email privacy: ## ๐ฏ Quick Links -- ๐ฅ [Download Latest Release](https://github.com/YOUR_USERNAME/fog/releases/latest) -- ๐ [Documentation](https://github.com/YOUR_USERNAME/fog/tree/main) -- ๐ [Report Bug](https://github.com/YOUR_USERNAME/fog/issues/new) -- ๐ก [Request Feature](https://github.com/YOUR_USERNAME/fog/issues/new) -- ๐ฌ [Discussions](https://github.com/YOUR_USERNAME/fog/discussions) +- ๐ฅ [Download Latest Release](https://github.com/gabrix73/fog/releases/latest) +- ๐ [Documentation](https://github.com/gabrix73/fog/tree/main) +- ๐ [Report Bug](https://github.com/gabrix73/fog/issues/new) +- ๐ก [Request Feature](https://github.com/gabrix73/fog/issues/new) +- ๐ฌ [Discussions](https://github.com/gabrix73/fog/discussions) --- @@ -568,9 +536,9 @@ fog is designed for scenarios requiring maximum email privacy: โญ **Star this repo if you find it useful!** โญ -[Report Bug](https://github.com/YOUR_USERNAME/fog/issues) ยท -[Request Feature](https://github.com/YOUR_USERNAME/fog/issues) ยท -[Documentation](https://github.com/YOUR_USERNAME/fog/tree/main) +[Report Bug](https://github.com/gabrix73/fog/issues) ยท +[Request Feature](https://github.com/gabrix73/fog/issues) ยท +[Documentation](https://github.com/gabrix73/fog/tree/main) Made with โค๏ธ for privacy |
