5
0
mirror of https://github.com/cwinfo/yggdrasil-network.github.io.git synced 2024-09-19 16:09:36 +00:00

Update sitemapyness

This commit is contained in:
Neil Alexander 2018-07-23 17:39:34 +01:00
parent 52128d9e4f
commit 32228af335
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944
15 changed files with 46 additions and 7 deletions

View File

@ -7,3 +7,10 @@ plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-sitemap
defaults:
-
scope:
path: "_posts/*.md"
values:
sitemap: true

View File

@ -1,3 +1,7 @@
---
sitemap: true
---
# About
Yggdrasil is an encrypted IPv6 network running in the [`200::/7` address range](https://en.wikipedia.org/wiki/Unique_local_address).

View File

@ -1,3 +1,7 @@
---
sitemap: true
---
# Admin API
The admin socket provides an interface to query and configure Yggdrasil during runtime. By default, Yggdrasil listens for admin connections on `localhost:9001`.

View File

@ -1,3 +1,7 @@
---
sitemap: true
---
# Blog
You can subscribe to our blog [using RSS](https://yggdrasil-network.github.io/feed.xml).

View File

@ -1,5 +1,6 @@
---
tags: dontlink
sitemap: true
---
# Latest Development Builds

View File

@ -1,10 +1,11 @@
---
tags: dontlink
sitemap: true
---
# Latest Builds
After every push to the `master` branch of the [GitHub repository](https://github.com/yggdrasil-network/yggdrasil-go), the code is automatically built by [CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go) for a number of platforms.
After every push to the `master` branch of the [GitHub repository](https://github.com/yggdrasil-network/yggdrasil-go), the code is automatically built by [CircleCI](https://circleci.com/gh/yggdrasil-network/yggdrasil-go) for a number of platforms.
If you prefer to live dangerously and want to test bleeding-edge features or changes, development builds are [available from the `develop` branch](builds-develop.md), although these may not be as stable.

View File

@ -1,3 +1,7 @@
---
sitemap: true
---
# Configuration
Yggdrasil can be run with a dynamically generated configuration, using sane-ish default settings, with `yggdrasil --autoconf`. In this mode, Yggdrasil will automatically attempt to peer with other nodes on the same subnet, but it also generates a random set of keys each time it is started, and therefore a random IP address.

6
faq.md
View File

@ -1,3 +1,7 @@
---
sitemap: true
---
# FAQ
### Is Yggdrasil safe?
@ -10,7 +14,7 @@ Our official stance is that it is still alpha software. Expect things to not be
### Is Yggdrasil anonymous?
It is not a goal of the Yggdrasil project to provide anonymity. Your direct peers may be able to determine your location if, for example, you are peering over the Internet.
It is not a goal of the Yggdrasil project to provide anonymity. Your direct peers may be able to determine your location if, for example, you are peering over the Internet.
### Does Yggdrasil work on my platform?

View File

@ -1,5 +1,6 @@
---
tags: dontlink
sitemap: true
---
# Introduction
@ -12,7 +13,7 @@ Although Yggdrasil shares many similarities with [cjdns](https://github.com/cjde
The project is currently in very early stages but it is being actively developed. We have already passed our first [alpha release](https://github.com/yggdrasil-network/yggdrasil-go/milestone/1) and are now regularly releasing updates.
A small number of users have been using and stress-testing Yggdrasil quite heavily for a number of purposes, including but not limited to secure remote access (SSH and VNC), access to Matrix, Jabber and IRC servers (including a Matrix-IRC bridge that runs solely over Yggdrasil) and even some video streams, large file transfers and performance tests.
A small number of users have been using and stress-testing Yggdrasil quite heavily for a number of purposes, including but not limited to secure remote access (SSH and VNC), access to Matrix, Jabber and IRC servers (including a Matrix-IRC bridge that runs solely over Yggdrasil) and even some video streams, large file transfers and performance tests.
It is entirely possible that occasional breaking changes may still happen in future versions but generally Yggdrasil works well and has proven to be reasonably stable so far, with recent builds reaching weeks of uptime without crashes or failures.

View File

@ -1,5 +1,6 @@
---
tags: dontlink
sitemap: true
---
# EdgeRouter
@ -27,7 +28,7 @@ configure
set interfaces yggdrasil tun0
commit
```
At this point, Yggdrasil will start running using default configuration, which includes automatic peer discovery of other Yggdrasil nodes on the same network using multicast.
At this point, Yggdrasil will start running using default configuration, which includes automatic peer discovery of other Yggdrasil nodes on the same network using multicast.
## Add peers

View File

@ -1,5 +1,6 @@
---
tags: dontlink
sitemap: true
---
# Linux

View File

@ -1,5 +1,6 @@
---
tags: dontlink
sitemap: true
---
# macOS

View File

@ -1,5 +1,6 @@
---
tags: dontlink
sitemap: true
---
# Windows

View File

@ -1,3 +1,7 @@
---
sitemap: true
---
# Platforms
## Linux

View File

@ -1,5 +1,6 @@
---
tags: dontlink
sitemap: true
---
# Services
@ -35,11 +36,11 @@ The following services are available on the Yggdrasil network, courtesy of our c
### BAN.AI Public Access Multics Service
- `dps8@[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]`
- `dps8@[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]`
- Open anonymous Guest access and free user account registration.
- Direct Yggdrasil access via [telnet](telnet://[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]), [mosh](mosh://[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]), and [ssh](ssh://[201:85d7:5968:d14a:9aca:fe9e:37ed:5ea4]).
- More information and access available via [cjnds](http://[fc18:cd5:92ad:5ed6:9960:ad6f:d723:b971]/multics), [tor](http://stopaiepslgjzczi.onion/multics), and [clearnet](https://ban.ai/multics) as well.
----
## Git
@ -73,7 +74,7 @@ The following services are available on the Yggdrasil network, courtesy of our c
## DNS
### Public DNS Server
### Public DNS Server
- `200:8993:bb44:e1f3:bde7:6234:3f3e:fdd1` port 53, hosted by [Famicoman](https://phillymesh.net)
- Supports clearnet resolution of standard DNS domains
- Supports resolution of [OpenNIC](https://www.opennic.org/) domains