Revert "use sniffnet.app domain"

This reverts commit 7cbb2ad395.
This commit is contained in:
GyulyVGC
2025-11-27 20:12:40 +01:00
parent 7cbb2ad395
commit da5ce20bdf
9 changed files with 16 additions and 20 deletions

View File

@@ -41,7 +41,7 @@ for this reason implementing an optimal UI for the application is crucially impo
## 🚀 The Main Product
Sniffnet can be downloaded from [here](https://sniffnet.app/download/).
Sniffnet can be downloaded from [here](https://sniffnet.net/download/).
### Target audience

View File

@@ -1 +1 @@
https://sniffnet.app/funding.json
https://sniffnet.net/funding.json

View File

@@ -5,7 +5,7 @@ authors = ["Giuliano Bellini <gyulyvgc99@gmail.com>"]
edition = "2024"
description = "Application to comfortably monitor your network traffic"
readme = "README.md"
homepage = "https://sniffnet.app"
homepage = "https://sniffnet.net"
repository = "https://github.com/GyulyVGC/sniffnet"
documentation = "https://github.com/GyulyVGC/sniffnet/wiki"
license = "MIT OR Apache-2.0"

View File

@@ -5,7 +5,7 @@
<a href="#download"><img alt="" title="Download" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/download.svg"/></a>
<a href="https://github.com/GyulyVGC/sniffnet/blob/main/ROADMAP.md"><img alt="" title="Roadmap" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/roadmap.svg"/></a>
<a href="https://sniffnet.app"><img alt="" title="Website" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/website.svg"/></a>
<a href="https://sniffnet.net"><img alt="" title="Website" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/website.svg"/></a>
<a href="https://github.com/GyulyVGC/sniffnet/wiki"><img alt="" title="Wiki" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/wiki.svg"/></a>
Application to comfortably monitor your Internet traffic.<br>
@@ -172,10 +172,10 @@ ICED_BACKEND=tiny-skia
## Stay in the loop
Wait... there's more!<br>Sniffnet is rapidly evolving, and new features are added on a regular basis.<br>
Follow the <a href="https://sniffnet.app/news"><b>news</b></a> and Sniffnet socials to never miss an update.
Follow the <a href="https://sniffnet.net/news"><b>news</b></a> and Sniffnet socials to never miss an update.
<div align="center">
<a href="https://bsky.app/profile/sniffnet.app"><img width="48" height="48" alt="Bluesky" title="Bluesky" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/bluesky.svg"/></a>&nbsp;
<a href="https://bsky.app/profile/sniffnet.net"><img width="48" height="48" alt="Bluesky" title="Bluesky" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/bluesky.svg"/></a>&nbsp;
<a href="https://www.linkedin.com/company/sniffnet"><img width="48" height="48" alt="LinkedIn" title="LinkedIn" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/linkedin.svg"/></a>&nbsp;
<a href="https://mastodon.social/@sniffnet"><img width="48" height="48" alt="Mastodon" title="Mastodon" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/mastodon.svg"/></a>&nbsp;
<a href="https://t.me/sniffnet"><img width="48" height="48" alt="Telegram" title="Telegram" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/telegram.svg"/></a>&nbsp;

View File

@@ -3,7 +3,7 @@
We consider the security of Sniffnet a top priority.<br>
The application is developed with a **security-first approach**:
it has always been designed to **protect users' data privacy and system integrity**,
as demonstrated by [security audits](https://sniffnet.app/news/security-audit/) assessing the application safety.
as demonstrated by [security audits](https://sniffnet.net/news/security-audit/) assessing the application safety.
But no matter how much effort we put into securing the app, there can still be **vulnerabilities** present.

View File

@@ -1,9 +1,5 @@
{
"origins": [
"https://sniffnet.app"
],
"originsRegex": [
"http://localhost:[0-9]+"
],
"origins": ["https://sniffnet.net"],
"originsRegex": ["http://localhost:[0-9]+"],
"defaultCommentOrder": "oldest"
}

View File

@@ -238,8 +238,8 @@ mod tests {
);
assert_eq!(
clip_text(" \n\t sniffnet.app ", MAX_CHARS_HOST),
"sniffnet.app"
clip_text(" \n\t sniffnet.net ", MAX_CHARS_HOST),
"sniffnet.net"
);
assert_eq!(
clip_text(" protocol90 23456 \n ", MAX_CHARS_SERVICE),

View File

@@ -28,7 +28,7 @@ pub fn print_cli_welcome_message() {
\n\
Sniffnet {ver} \n\
\n\
Website: https://sniffnet.app │\n\
Website: https://sniffnet.net │\n\
GitHub: https://github.com/GyulyVGC/sniffnet │\n\
\n\
\n\n"

View File

@@ -27,10 +27,10 @@ impl WebPage {
pub fn get_url(&self) -> &str {
match self {
WebPage::Repo => "https://github.com/GyulyVGC/sniffnet",
// WebPage::Website => "https://www.sniffnet.app",
WebPage::WebsiteSponsor => "https://www.sniffnet.app/sponsor",
WebPage::WebsiteDownload => "https://www.sniffnet.app/download",
WebPage::WebsiteNews => "https://www.sniffnet.app/news",
// WebPage::Website => "https://www.sniffnet.net",
WebPage::WebsiteSponsor => "https://www.sniffnet.net/sponsor",
WebPage::WebsiteDownload => "https://www.sniffnet.net/download",
WebPage::WebsiteNews => "https://www.sniffnet.net/news",
WebPage::Roadmap => "https://whimsical.com/sniffnet-roadmap-Damodrdfx22V9jGnpHSCGo",
WebPage::Issues => "https://github.com/GyulyVGC/sniffnet/issues",
WebPage::IssueLanguages => "https://github.com/GyulyVGC/sniffnet/issues/60",