1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00

同步到最新的omr

This commit is contained in:
suyuan 2020-10-13 16:59:34 +08:00
parent 0033ea0410
commit 2fc16af55f
42 changed files with 57 additions and 6737 deletions

View file

@ -19,7 +19,7 @@ _get_repo() (
git checkout -f "origin/$3" -B "build" 2>/dev/null || git checkout "$3" -B "build"
)
OMR_DIST=${OMR_DIST:-openmptcprouter}
OMR_DIST=${OMR_DIST:-antrouter}
OMR_HOST=${OMR_HOST:-$(curl -sS ifconfig.co)}
OMR_PORT=${OMR_PORT:-80}
OMR_KEEPBIN=${OMR_KEEPBIN:-no}