mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-30 20:14:50 +00:00
Merge pull request #212 from Start9Labs/fix-errors
graphene/calyx mDNS work now
This commit is contained in:
@@ -10,7 +10,7 @@ Android
|
|||||||
|
|
||||||
LAN Access
|
LAN Access
|
||||||
----------
|
----------
|
||||||
Android versions below 12 (as well as some custom ROMs, such as Graphene/Calyx) do not have native support for :ref:`mDNS<mdns>` and therefore cannot resolve ".local" addresses.
|
Android versions below 12 do not have native support for :ref:`mDNS<mdns>` and therefore cannot resolve ".local" addresses.
|
||||||
|
|
||||||
Tor Firefox on LineageOS
|
Tor Firefox on LineageOS
|
||||||
------------------------
|
------------------------
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ Creating an SSH Key (Linux/Mac)
|
|||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
ssh-keygen -t ed25519 -C "your_email@example.com"
|
ssh-keygen -t ed25519
|
||||||
|
|
||||||
You will be asked to ``Enter a file in which to save the key`` - we recommend you press ``Enter`` to use the default location
|
You will be asked to ``Enter a file in which to save the key`` - we recommend you press ``Enter`` to use the default location
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user