1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00

update readme

This commit is contained in:
zu1k 2020-08-17 17:44:07 +08:00
parent 1f8cf9046f
commit b831286835
2 changed files with 16 additions and 0 deletions

View File

@ -247,12 +247,20 @@ supported database:
``` ```
set NALI_DB=geoip set NALI_DB=geoip
or use powershell
$env:NALI_DB="geoip"
``` ```
##### Use ipip db ##### Use ipip db
``` ```
set NALI_DB=ipip set NALI_DB=ipip
or use powershell
$env:NALI_DB="ipip"
``` ```
#### Linux #### Linux

View File

@ -251,12 +251,20 @@ $ nali update
``` ```
set NALI_DB=geoip set NALI_DB=geoip
或者使用 powershell
$env:NALI_DB="geoip"
``` ```
##### 使用ipip数据库 ##### 使用ipip数据库
``` ```
set NALI_DB=ipip set NALI_DB=ipip
或者使用 powershell
$env:NALI_DB="ipip"
``` ```
#### Linux平台 #### Linux平台