Skip to content

Commit

Permalink
Update to ensure users restart server software after token store modi…
Browse files Browse the repository at this point in the history
…fication
  • Loading branch information
jwsi committed May 30, 2020
1 parent 9bb0fde commit 5e45fff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions source/servers/adding-servers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ save the file and exit the editor (Ctrl-X in nano).
VPN servers at once. However, one must ensure that servers don't share the same socket
(port + protocol) or the same tunnel network if running on the same machine.

Now the server simply needs to be restarted in order to detect the new token:

.. code-block:: bash
sudo service uh-vpn-server restart
It is possible to confirm the acceptance of a new token by viewing the last few lines of output
from the ``uh-vpn-server`` service daemon:

Expand Down
6 changes: 6 additions & 0 deletions source/setup-guides/ubuntu.rst
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,12 @@ This will bring up an editor prompt like so:
In this example, the token (``0123456...``) has been appended to the file. Once this is done,
save the file and exit the editor (Ctrl-X in nano).

Now the server simply needs to be restarted in order to detect the new token:

.. code-block:: bash
sudo service uh-vpn-server restart
The server is now configured and ready to accept incoming VPN connections!

.. note::
Expand Down

0 comments on commit 5e45fff

Please sign in to comment.