소스 검색

🐛: 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"