File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,10 @@ printf "\n"
7373echo -e " ${RED} Please add the following line to your /etc/hosts:${NOCOLOR}${GREEN} \xE2\x9C\x94${NOCOLOR} "
7474printf " \n"
7575
76- echo " 127.0.0.1 engine.dev.openconext.local manage.dev.openconext.local profile.dev.openconext.local engine-api.dev.openconext.local mujina-idp.dev.openconext.local profile.dev.openconext.local connect.dev.openconext.local teams.dev.openconext.local voot.dev.openconext.local"
76+ # we need ipv6 here, because otherwise systems will first query mdns for ipv6 entries for the .local domain
77+ hosts=" engine.dev.openconext.local manage.dev.openconext.local profile.dev.openconext.local engine-api.dev.openconext.local mujina-idp.dev.openconext.local profile.dev.openconext.local connect.dev.openconext.local teams.dev.openconext.local voot.dev.openconext.local"
78+ echo " 127.0.0.1 $hosts "
79+ echo " ::1 $hosts "
7780
7881printf " \n"
7982echo " You can now login. If you want to bring the environment down, use the command below"
You can’t perform that action at this time.
0 commit comments