Skip to content

haozime/ihosts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ihosts


how to use

import ihosts from 'ihosts'
ihosts.set({
  127.0.0.1: [
    'www.tmall.com',
    'www.taobao.com'
  ]
}).then(() => {
  console.log('success')
})
ihosts.remove([
  'www.tmall.com',
  'www.taobao.com'
]).then()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published