Skip to content

nokitjs/nokit-filter-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

示例一:

{
  "filters": {
    "^/": "nokit-filter-proxy"
  },
  "proxy": {
    "rules": {
      "^/jser": "https://jser.cc"
    }
  }
}

示例二:

不保留 URL 中的 /jser 前缀

{
  "filters": {
    "^/": "nokit-filter-proxy"
  },
  "proxy": {
    "rules": {
      "^/jser(.*)": "https://jser.cc"
    }
  }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published