Jelajahi Sumber

🐛: fix localhost domain

ulyc 2 tahun lalu
induk
melakukan
ad287749d4
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      init.sh

+ 1 - 1
init.sh

@@ -16,7 +16,7 @@ _yellow() { echo -e "${yellow}$*${none}"; }
 _magenta() { echo -e "${magenta}$*${none}"; }
 _cyan() { echo -e "${cyan}$*${none}"; }
 
-domain_name="http://localhost"
+domain_name="http://127.0.0.1"
 modules=""
 meta_module="meta.sr.ht"
 git_module="git.sr.ht"