diff options
author | Himbeer <himbeer@disroot.org> | 2024-08-08 17:37:42 +0200 |
---|---|---|
committer | Himbeer <himbeer@disroot.org> | 2024-08-08 17:37:42 +0200 |
commit | a5577b7854193b50003becd28f5f1bf88b8203f2 (patch) | |
tree | d056f2a0ae8e4276bad2770aceb9765b9b0bd227 /src | |
parent | 956de0e580728157e868d882f23e7e07bd61b5b4 (diff) |
Use hijacked DNS resolution instead of IP address
macOS doesn't allow connections to raw IP addresses, hopefully this fixes it.
Diffstat (limited to 'src')
-rw-r--r-- | src/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index e99099e..28708a8 100644 --- a/src/index.html +++ b/src/index.html @@ -15,7 +15,7 @@ <form id="connect-form"> <label class="row" for="connect-url" form="connect-form">Instanz-URL:</label> <div class="row"> - <input id="connect-url" value="https://10.128.10.254:8443" /> + <input id="connect-url" value="https://rsdsl:8443" /> </div> <br /> |