File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -196,9 +196,6 @@ jobs:
196196 CONFNAME="sr_nonru_basic.conf"
197197 cp source/General.txt conf/General.tmp
198198 sed -i "s|^update-url =.*|update-url = https://cdn.jsdelivr.net/gh/misha-tgshv/shadowrocket-configuration-file@main/conf/${CONFNAME}|" conf/General.tmp
199-
200- # Вставляем .ru в строку skip-proxy в conf/${CONFNAME}
201- sed -i '/^skip-proxy/ s/$/,*.ru/' conf/${CONFNAME}
202199
203200 {
204201 cat conf/General.tmp
@@ -213,6 +210,9 @@ jobs:
213210 echo "FINAL,DIRECT"
214211 } > conf/${CONFNAME}
215212
213+ # Вставляем .ru в строку skip-proxy в conf/${CONFNAME}
214+ sed -i '/^skip-proxy/ s/$/,*.ru/' conf/${CONFNAME}
215+
216216 sed -i "1s/^/# @misha-tgshv, built on $(TZ=\"Asia/Novokuznetsk\" date)\n/" conf/${CONFNAME}
217217 rm conf/General.tmp
218218
You can’t perform that action at this time.
0 commit comments