This website requires JavaScript.
Explore
Help
Sign In
jh163888
/
nali
Watch
1
Star
0
Fork
0
You've already forked nali
mirror of
https://github.com/zu1k/nali.git
synced
2025-01-23 05:39:03 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
b5f75d069f
nali
/
internal
/
ipdb
/
db.go
7 lines
81 B
Go
Raw
Normal View
History
Unescape
Escape
init
2020-07-17 09:05:25 +08:00
package
ipdb
add comment
2020-07-17 09:50:06 +08:00
// ip db interface
init
2020-07-17 09:05:25 +08:00
type
IPDB
interface
{
Find
(
ip
string
)
string
}
Reference in New Issue
Copy Permalink