From aec76326ff98b0e625208aee578908a347cec553 Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Sun, 4 Apr 2021 18:43:48 -0300 Subject: [PATCH] use nip.io instead of duckdns for localhost --- src/main/resources/viaaas.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/viaaas.yml b/src/main/resources/viaaas.yml index 360ae98..a114af5 100644 --- a/src/main/resources/viaaas.yml +++ b/src/main/resources/viaaas.yml @@ -36,7 +36,7 @@ use-strong-random: false require-host-name: true # Host names of this instance, that will be used in the virtual host as a suffix. # Use commas for separating multiple hostnames. -host-name: viaaas.localhost,via.localhost,lhost.duckdns.org +host-name: viaaas.localhost,via.localhost,via-127-0-0-1.nip.io # Requires online mode for front-end connections. May be useful for stopping bots. force-online-mode: false # Default port to be used when connecting to the backend server.