Skip to content

Commit

Permalink
update http -> https
Browse files Browse the repository at this point in the history
  • Loading branch information
vergoh committed May 1, 2018
1 parent 18cc449 commit 3c8e169
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions FAQ
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The latest version of this FAQ is available at

http://humdi.net/vnstat/FAQ
https://humdi.net/vnstat/FAQ



Expand Down Expand Up @@ -97,7 +97,7 @@ connection can't even transfer that much?
Each update adds the complete amount of traffic and 'vnstat -u -D' claims that
the system has been rebooted between updates.

That's most likely a broken kernel. Run with --testkernel (version 1.2+
That's most likely a broken kernel. Run with --testkernel (version 1.2+
required) and see the result. Also make sure that the maximun bandwidth
setting has been configured properly according to the network connection.
See the next question for some explanation about possible kernel problems.
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ What is vnStat
Optional png image output is available in systems with the gd library
installed.

See the webpage http://humdi.net/vnstat/ for output examples.
See the webpage https://humdi.net/vnstat/ for output examples.


Getting started
Expand Down Expand Up @@ -50,7 +50,7 @@ Contacting the author
git: https://github.com/vergoh/vnstat

The current version of vnStat is always available from
http://humdi.net/vnstat/
https://humdi.net/vnstat/

Bug reports, improvement ideas, feature requests and pull requests should
be sent using the matching features on GitHub as those are harder to miss
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ months. Total seen traffic and a top 10 days listing is also provided.
Optional png image output is available in systems with the gd library
installed.

See the official webpage http://humdi.net/vnstat/ for additional details
See the official webpage https://humdi.net/vnstat/ for additional details
and output examples.

## Getting started
Expand All @@ -20,9 +20,9 @@ vnStat works best when installed. It's possible to either use the latest
stable release or get the current development version from git.

Stable version
1. `wget http://humdi.net/vnstat/vnstat-latest.tar.gz`
1. `wget https://humdi.net/vnstat/vnstat-latest.tar.gz`
2. optional steps for verifying the file signature
1. `wget http://humdi.net/vnstat/vnstat-latest.tar.gz.asc`
1. `wget https://humdi.net/vnstat/vnstat-latest.tar.gz.asc`
2. `gpg --keyserver pgp.mit.edu --recv-key 0xDAFE84E63D140114`
3. `gpg --verify vnstat-latest.tar.gz.asc vnstat-latest.tar.gz`
4. the signature is correct if the output shows "Good signature from Teemu Toivola"
Expand Down

0 comments on commit 3c8e169

Please sign in to comment.