News:

Welcome to Yggdrasil forum!

Main Menu
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - asgard

#1
Поскольку Yggdrasil поддерживает обычный TCP (tcp://-пиры) и WS://, нет гарантии сетевого шифрования, поэтому вам потребуется шифрование приложений. Для этого можно также использовать самоподписанные сертификаты — это самый быстрый способ обеспечить работоспособность.
#2
The only way is to peer to other node only over other anonymous network like TOR and I2P, but even that can reveal information about you if you not set up a firewall, because an eve can test for applications running on ports of your ygg address.
#3
You can add static IPv6 addresses on 300::/8 range on you network/interfaces, then you have the addresses.
Now you use docker containers to run the many sites, for each container, in docker run you can specify bind address:
docker run -p [ipv6]:80:80 ... so the container will expose port 80 for specific ipv6 address, you can use as many as you want. To avoid port conflict, ensure that there is no application on port 80 of host machine
#4
Yggdrasil Discussion / Re: Map not updating
December 30, 2025, 07:56:14 PM
I created my instance of that, not exactly same but works:

http://[227:bc24:9a82:e290:7f4a:f992:2ef6:5b34]:8008/
#5
If you ssh to a server running Yggdrasil, you can use -D1080 flag in ssh to specify a ssh tunnel to do dynamic connections to the server. It is exactly how a socks5 protocol (without authentication) works, so the Firefox will access yggdrasil sites though this proxy.
#6
you need to add a DNS server address that serves .ygg domains, like the ones listed in services page.
You can test using dig (Linux)
The command from package dnsutils:
dig @324:71e:281a:9ed3::53 website.yggreturns a record SOA    ns.alfis.name. ... meaning it serves .ygg domains
#7
I use to get a public-like IPv6, bypassing NAT and firewalls in a fashion way, also it is easy to install and configure (unlike TOR and I2P, that is needed to create one address for each program).

It is like a free and public VPN to access my machines.