4
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2025-09-13 16:52:31 +00:00
Commit Graph

819 Commits

Author SHA1 Message Date
dependabot[bot]
a18ce91fcc Bump nokogiri from 1.13.6 to 1.13.9 (#220)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.6 to 1.13.9.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.6...v1.13.9)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-21 07:52:39 +01:00
Neil Alexander
af78314113 Kill the now-broken builds page 2022-09-24 15:16:58 +01:00
Neil Alexander
c05d4be955 Update installation pages 2022-09-24 15:14:06 +01:00
dependabot[bot]
832b72e1e6 Bump tzinfo from 1.2.9 to 1.2.10 (#216)
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.9 to 1.2.10.
- [Release notes](https://github.com/tzinfo/tzinfo/releases)
- [Changelog](https://github.com/tzinfo/tzinfo/blob/master/CHANGES.md)
- [Commits](https://github.com/tzinfo/tzinfo/compare/v1.2.9...v1.2.10)

---
updated-dependencies:
- dependency-name: tzinfo
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-11 10:58:40 +01:00
Alexander Ivanov
c4ff9fea1e Remove Minecraft server by cofob (#201)
* Remove Minecraft server by cofob

You'll need to register over IPv4 clearnet first (known problem with authorization plugins on cracked servers), otherwise you'll not being able to access the server via Yggdrasil.

* Resolve merge conflict

* Update services.md
2022-09-11 10:58:21 +01:00
Jorropo
3eadb58d8a Add my linuxes repo mirror (#214) 2022-09-11 10:58:00 +01:00
d47081
0a45dbd85b update kvazar-network address (#217) 2022-09-01 15:48:20 +01:00
Neil Alexander
ccb82f9595 Update faq.md 2022-08-28 11:51:18 +01:00
Neil Alexander
a5cfde64ab Update faq.md 2022-08-28 11:49:22 +01:00
Neil Alexander
5a1dd44189 Update services.md 2022-07-18 14:31:48 +01:00
Neil Alexander
079ccd00ac Update services.md 2022-07-18 14:09:21 +01:00
d47081
8485fb0a57 update kvazar address (#215) 2022-07-15 22:16:40 +01:00
Neil Alexander
9ef5392876 Update services.md 2022-06-25 22:46:41 +01:00
Neil Alexander
7320051d62 Update services.md 2022-05-29 15:38:02 +01:00
Tristan B. Kildaire
6f11fc8cea Update services.md (#213) 2022-05-29 15:12:09 +01:00
ehmry
b8e3a1df4b Update ADC hub URL (#212) 2022-05-28 18:54:11 +01:00
d4708
318141eeed Update services.md (#211) 2022-05-25 08:48:22 +01:00
dependabot[bot]
d828a4d407 Bump nokogiri from 1.13.4 to 1.13.6 (#210)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.13.4 to 1.13.6.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.13.4...v1.13.6)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-19 20:13:01 +01:00
Stanislav
ca41c666f7 Update services.md (#197) 2022-04-17 11:45:32 +01:00
John Goerzen
6c4eb4f361 Modernize apt installation instructions and improve security (#192)
Modern Debian-derived distributions will issue a deprecation warning for
the usage of apt-key add as listed here.  Additionally, by using that
apt-key command, the given key is recognized as valid for all
repositories in /etc/apt/sources.list* -- not just this one.

By using the more modern mechanism, we can avoid that warning and also
import this key in such a way that it is only valid for this repository.

Other projects are also using this method; for instance:

https://apt.syncthing.net/

This post explains the security risks of apt-key:
https://blog.cloudflare.com/dont-use-apt-key/
2022-04-17 11:45:00 +01:00
ehmry
8e41549f9b Fix radvd example (#199)
The Radvd "AdvDefaultLifetime" option should never be set to 0.
2022-04-17 11:44:01 +01:00
dependabot[bot]
9f932b4c06 Bump nokogiri from 1.12.5 to 1.13.4 (#207)
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.5 to 1.13.4.
- [Release notes](https://github.com/sparklemotion/nokogiri/releases)
- [Changelog](https://github.com/sparklemotion/nokogiri/blob/v1.13.4/CHANGELOG.md)
- [Commits](https://github.com/sparklemotion/nokogiri/compare/v1.12.5...v1.13.4)

---
updated-dependencies:
- dependency-name: nokogiri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-17 11:43:17 +01:00
Alexander Ivanov
8b7db6beee Add some consistency for services.md (#208) 2022-04-17 11:37:12 +01:00
Neil Alexander
5b489c80ea Update installation-macos-pkg.md 2022-04-02 14:03:58 +01:00
Neil Alexander
9839c79882 Update faq.md 2022-02-14 23:18:02 +00:00
Neil Alexander
0e9825bf76 Update faq.md 2022-02-14 23:06:55 +00:00
Neil Alexander
9ae236fb16 Update index.md 2022-02-10 21:44:36 +00:00
John Goerzen
45bb983582 Add NNCP (#203) 2022-02-10 08:43:20 +00:00
Neil Alexander
534dc5908f Update index.md 2022-02-08 09:44:26 +00:00
Neil Alexander
ba84341fa5 Website updates (#202)
* Start rewriting about page

* Various further updates

* Update index.md

* Mention source routing, remove other section
2022-02-08 09:05:55 +00:00
Neil Alexander
14083e131a Merge pull request #200 from c-h3xcode/patch-2
Matrix server
2022-02-07 19:29:36 +00:00
Stanislav
8b0f1331fc Update services.md 2022-02-07 09:21:28 +00:00
Neil Alexander
029028bf18 Update services.md 2022-02-01 22:29:24 +00:00
Neil Alexander
ec52bca14c Update services.md 2022-01-15 21:55:38 +00:00
Neil Alexander
88da5078c7 Merge pull request #193 from deavmi/patch-4
Added CRXN DNS nameserver
2022-01-10 09:54:48 +00:00
Tristan B. Kildaire
b6645042ab Updated DNS 2022-01-10 11:35:49 +02:00
Tristan B. Kildaire
c2a504f4cd Added CRXN DNS nameserver
Added a CRXN name serverthat resolves *.crxn but also clearnet names
2022-01-09 16:51:32 +02:00
Neil Alexander
1522ecc3fc Merge pull request #189 from deavmi/patch-3 2022-01-07 23:32:53 +00:00
Neil Alexander
dbd7086131 Merge pull request #178 from slrslr/patch-3 2022-01-07 23:31:45 +00:00
Neil Alexander
2c68b76af8 Merge pull request #188 from cofob/patch-3 2022-01-07 23:31:21 +00:00
Neil Alexander
52539878d6 Update services.md 2022-01-02 20:59:35 +00:00
Neil Alexander
3f9c3c06ef Merge pull request #191 from kad09/patch-services-tor 2021-12-31 09:49:27 +00:00
kad09
933c3bee0c services.md: Small note regarding Tor ygg ip handling 2021-12-30 19:08:27 +03:00
Neil Alexander
011847ed8c Merge pull request #190 from mkb2091/patch-1
Added NTP server
2021-12-27 11:38:16 +00:00
Alex Williams
7a706be905 Added NTP server 2021-12-27 11:33:46 +00:00
kad09
6c777459fd services.md: Add some tor bridges 2021-12-27 03:04:33 +03:00
Neil Alexander
530bfdf33c Update privacy.md 2021-12-14 23:31:15 +00:00
Neil Alexander
7f83fdcd47 Update privacy.md 2021-12-14 23:28:37 +00:00
Tristan B. Kildaire
b49f7e7a79 Added new worcester.bnet Yggdrasil IRC node 2021-12-13 09:47:07 +02:00
cofob
aa24d5077c Removed some my services, added yggdrasil forump 2021-11-23 23:33:59 +07:00