Skip to content

Commit

Permalink
Merge pull request #132 from betaxab/p1
Browse files Browse the repository at this point in the history
P1
  • Loading branch information
lmc999 authored Jun 12, 2024
2 parents 50ebe4f + b4e7c1e commit eb26b7a
Show file tree
Hide file tree
Showing 3 changed files with 746 additions and 592 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:2.7-alpine
FROM alpine:latest

COPY check.sh /check.sh

RUN chmod +x /check.sh && \
apk add --no-cache curl wget bash && \
apk add --no-cache bind-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/main && \
apk add --no-cache grep
apk add --no-cache grep openssl ca-certificates uuidgen

ENTRYPOINT ["/bin/bash", "-l", "-c", "/check.sh"]
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ bash <(curl -L -s check.unlock.media) -M 6
bash <(curl -L -s check.unlock.media) -I eth0
````

##### 直接测试指定的区域编号:

````bash
bash <(curl -L -s check.unlock.media) -R 0
````

如果不指定区域编号或区域编号为空,则显示区域选择菜单

##### 选择脚本语言为英文:

````bash
Expand Down
Loading

0 comments on commit eb26b7a

Please sign in to comment.