[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/crdt 3b93786f8a 1/5: doc: remove teredo/miredo, linnk t
From: |
ELPA Syncer |
Subject: |
[elpa] externals/crdt 3b93786f8a 1/5: doc: remove teredo/miredo, linnk to awesome-tunneling |
Date: |
Fri, 29 Nov 2024 06:57:46 -0500 (EST) |
branch: externals/crdt
commit 3b93786f8ac0ec04c1199826a09c150037b2d320
Author: WillForan <willforan@gmail.com>
Commit: WillForan <willforan@gmail.com>
doc: remove teredo/miredo, linnk to awesome-tunneling
all public teredo services are discontinued?
* remlab offline as of Jun 2021
* https://www.trex.fi/service/teredo.html offline as of 2022
It's possible for someone to host their own, but then they'd have
access to a public IP.
Awesome tunneling links to alternatives.
---
README.org | 22 ++++++----------------
1 file changed, 6 insertions(+), 16 deletions(-)
diff --git a/README.org b/README.org
index 61a3b1f700..191f7494d2 100644
--- a/README.org
+++ b/README.org
@@ -137,30 +137,20 @@ There're various workaround.
time to establish a connection (sometimes up to half a minute),
however it gets much faster after the connection is established.
-- You can use Teredo to get a public routable IPv6 address. One free
- software implementation is Miredo. Get it from your favorite package
- manager or from [[https://www.remlab.net/miredo/][their website]].
- A typical usage is (run as root)
- #+BEGIN_SRC
-# /usr/local/sbin/miredo
-# ifconfig teredo
- #+END_SRC
- The =ifconfig= command should print the information of your IPv6
- address. Now your traffic go through IPv6, and once you start a
- =crdt.el= session, your friends should be able to join using the
- IPv6 address. For more information, see the user guide on the
- Miredo website.
- You can use SSH port forwarding if you have a VPS with public IP.
Example usage:
- #+BEGIN_SRC
+ #+BEGIN_SRC
$ ssh -R EXAMPLE.COM:6530:127.0.0.1:6530 EXAMPLE.COM
#+END_SRC
This make your =crdt.el= session on local port =6530= accessible
from =EXAMPLE.COM:6530=.
-
+
Note that you need to set the following =/etc/ssh/sshd_config=
option on your VPS
- #+BEGIN_SRC
+ #+BEGIN_SRC
GatewayPorts yes
#+END_SRC
+
+- For other tunneling solutions, see
https://github.com/anderspitman/awesome-tunneling
+
- [elpa] externals/crdt updated (3ba890658d -> d9ea57d41d), ELPA Syncer, 2024/11/29
- [elpa] externals/crdt 3b93786f8a 1/5: doc: remove teredo/miredo, linnk to awesome-tunneling,
ELPA Syncer <=
- [elpa] externals/crdt 029187c285 2/5: doc: Service description and nc/telnet example, ELPA Syncer, 2024/11/29
- [elpa] externals/crdt cc1e1da4a0 4/5: Merge branch 'master' into 'no_miredo', ELPA Syncer, 2024/11/29
- [elpa] externals/crdt d9ea57d41d 5/5: Merge branch 'no_miredo' into 'master', ELPA Syncer, 2024/11/29
- [elpa] externals/crdt a25188da61 3/5: Merge branch 'service_doc' into 'master', ELPA Syncer, 2024/11/29