Skip to content

Commit 4269a28

Browse files
committed
update domain to sniffnet.app
1 parent ab4340a commit 4269a28

9 files changed

Lines changed: 22 additions & 18 deletions

File tree

β€Ž.design/README.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ for this reason implementing an optimal UI for the application is crucially impo
4141

4242
## πŸš€ The Main Product
4343

44-
Sniffnet can be downloaded from [here](https://sniffnet.net/download/).
44+
Sniffnet can be downloaded from [here](https://sniffnet.app/download/).
4545

4646
### Target audience
4747

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
https://sniffnet.net/funding.json
1+
https://sniffnet.app/funding.json

β€ŽCargo.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Giuliano Bellini <gyulyvgc99@gmail.com>"]
55
edition = "2024"
66
description = "Application to comfortably monitor your network traffic"
77
readme = "README.md"
8-
homepage = "https://sniffnet.net"
8+
homepage = "https://sniffnet.app"
99
repository = "https://github.com/GyulyVGC/sniffnet"
1010
documentation = "https://github.com/GyulyVGC/sniffnet/wiki"
1111
license = "MIT OR Apache-2.0"

β€ŽINCIDENT_RESPONSE.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ or safety of Sniffnet or its users:
1313
- a vulnerability in Sniffnet or one of its dependencies
1414
- a tampered release artifact or compromised signing key
1515
- unauthorized commits, tags, or releases
16-
- a compromised maintainer account or the [sniffnet.net](https://sniffnet.net) website
16+
- a compromised maintainer account or the [sniffnet.app](https://sniffnet.app) website
1717

1818
## Roles
1919

β€ŽREADME.mdβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<a href="#download"><img alt="" title="Download" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/download.svg"/></a>
77
<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>
8-
<a href="https://sniffnet.net"><img alt="" title="Website" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/website.svg"/></a>
8+
<a href="https://sniffnet.app"><img alt="" title="Website" src="https://raw.githubusercontent.com/GyulyVGC/sniffnet/main/resources/repository/badges/website.svg"/></a>
99
<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>
1010

1111
Application to comfortably monitor your Internet traffic.<br>
@@ -61,7 +61,7 @@ A special shout-out to these awesome organizations and folks who are sponsoring
6161

6262
## Download
6363

64-
<picture><img height="28px" alt="" title="Downloads count" src="https://raw.githubusercontent.com/GyulyVGC/GyulyVGC.github.io/master/assets/img/downloads_badge.svg"/></picture>
64+
<picture><img height="28px" alt="" title="Downloads count" src="https://raw.githubusercontent.com/sniffnet/sniffnet-website/master/assets/img/downloads_badge.svg"/></picture>
6565
<a href="https://github.com/GyulyVGC/sniffnet/releases/latest"><img height="28px" alt="" title="Latest version" src="https://img.shields.io/github/v/release/gyulyvgc/sniffnet?color=blue&label=version&logo=github&style=for-the-badge"/></a>
6666

6767
<table>
@@ -174,12 +174,12 @@ ICED_BACKEND=tiny-skia
174174
## Stay in the loop
175175

176176
Wait... there's more!<br>Sniffnet is rapidly evolving, and new features are added on a regular basis.<br>
177-
Follow the <a href="https://sniffnet.net/news"><b>news</b></a> and Sniffnet socials to never miss an update.
177+
Follow the <a href="https://sniffnet.app/news"><b>news</b></a> and Sniffnet socials to never miss an update.
178178

179179
<table align="center">
180180
<tr>
181181
<td>
182-
<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>
182+
<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>
183183
</td>
184184
<td>
185185
<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>

β€ŽSECURITY.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
We consider the security of Sniffnet a top priority.<br>
44
The application is developed with a **security-first approach**:
55
it has always been designed to **protect users' data privacy and system integrity**,
6-
as demonstrated by [security audits](https://sniffnet.net/news/security-audit/) assessing the application safety.
6+
as demonstrated by [security audits](https://sniffnet.app/news/security-audit/) assessing the application safety.
77

88
But no matter how much effort we put into securing the app, there can still be **vulnerabilities** present.
99

β€Žgiscus.jsonβ€Ž

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"origins": ["https://sniffnet.net"],
3-
"originsRegex": ["http://localhost:[0-9]+"],
2+
"origins": [
3+
"https://sniffnet.app"
4+
],
5+
"originsRegex": [
6+
"http://localhost:[0-9]+"
7+
],
48
"defaultCommentOrder": "oldest"
59
}

β€Žsrc/utils/formatted_strings.rsβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn print_cli_welcome_message() {
2828
β”‚ β”‚\n\
2929
β”‚ Sniffnet {ver} β”‚\n\
3030
β”‚ β”‚\n\
31-
β”‚ β†’ Website: https://sniffnet.net β”‚\n\
31+
β”‚ β†’ Website: https://sniffnet.app β”‚\n\
3232
β”‚ β†’ GitHub: https://github.com/GyulyVGC/sniffnet β”‚\n\
3333
β”‚ β”‚\n\
3434
╰────────────────────────────────────────────────────────────────────╯\n\n"
@@ -245,8 +245,8 @@ mod tests {
245245
assert_eq!(clip_text("protocol90 23456", 13), "protocol90…");
246246

247247
assert_eq!(
248-
clip_text(" \n\t sniffnet.net ", 26),
249-
"sniffnet.net"
248+
clip_text(" \n\t sniffnet.app ", 26),
249+
"sniffnet.app"
250250
);
251251
assert_eq!(
252252
clip_text(" protocol90 23456 \n ", 12),

β€Žsrc/utils/types/web_page.rsβ€Ž

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ impl WebPage {
2727
pub fn get_url(&self) -> &str {
2828
match self {
2929
WebPage::Repo => "https://github.com/GyulyVGC/sniffnet",
30-
// WebPage::Website => "https://www.sniffnet.net",
31-
WebPage::WebsiteSponsor => "https://www.sniffnet.net/sponsor",
32-
WebPage::WebsiteDownload => "https://www.sniffnet.net/download",
33-
WebPage::WebsiteNews => "https://www.sniffnet.net/news",
30+
// WebPage::Website => "https://www.sniffnet.app",
31+
WebPage::WebsiteSponsor => "https://www.sniffnet.app/sponsor",
32+
WebPage::WebsiteDownload => "https://www.sniffnet.app/download",
33+
WebPage::WebsiteNews => "https://www.sniffnet.app/news",
3434
WebPage::Roadmap => "https://whimsical.com/sniffnet-roadmap-Damodrdfx22V9jGnpHSCGo",
3535
WebPage::Issues => "https://github.com/GyulyVGC/sniffnet/issues",
3636
WebPage::IssueLanguages => "https://github.com/GyulyVGC/sniffnet/issues/60",

0 commit comments

Comments
Β (0)