mirror of
https://github.com/zu1k/nali.git
synced 2025-01-22 13:19:02 +08:00
update readme
This commit is contained in:
parent
1f8cf9046f
commit
b831286835
@ -247,12 +247,20 @@ supported database:
|
||||
|
||||
```
|
||||
set NALI_DB=geoip
|
||||
|
||||
or use powershell
|
||||
|
||||
$env:NALI_DB="geoip"
|
||||
```
|
||||
|
||||
##### Use ipip db
|
||||
|
||||
```
|
||||
set NALI_DB=ipip
|
||||
|
||||
or use powershell
|
||||
|
||||
$env:NALI_DB="ipip"
|
||||
```
|
||||
|
||||
#### Linux
|
||||
|
@ -251,12 +251,20 @@ $ nali update
|
||||
|
||||
```
|
||||
set NALI_DB=geoip
|
||||
|
||||
或者使用 powershell
|
||||
|
||||
$env:NALI_DB="geoip"
|
||||
```
|
||||
|
||||
##### 使用ipip数据库
|
||||
|
||||
```
|
||||
set NALI_DB=ipip
|
||||
|
||||
或者使用 powershell
|
||||
|
||||
$env:NALI_DB="ipip"
|
||||
```
|
||||
|
||||
#### Linux平台
|
||||
|
Loading…
Reference in New Issue
Block a user