Added information about ssh (#11366)

* Added information about ssh

Added information about ssh access below the configuration section

* ✏️ Tweaks


Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
VivantSenior 2019-12-06 12:25:10 +01:00 committed by Franck Nijhof
parent 9354ed8809
commit b8979b00ba

View File

@ -50,3 +50,5 @@ records:
{% endconfiguration %}
This platform uses the API from [ipify.org](https://www.ipify.org/) to set the public IP address.
For SSH usage (according to [this](https://blog.cloudflare.com/cloudflare-now-supporting-more-ports/) source), you need to connect directly to your server (bypassing Cloudflare). To do that create a `CNAME` DNS record, e.g., `ssh.example.com`, with proxy status as "DNS only" (to do that click on orange icon, it will change color to gray) and then connect to `ssh.example.com` using your server SSH port.