浏览代码

🐛: fix localhost domain

ulyc 2 年之前
父节点
当前提交
ad287749d4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"