Update README.md
This commit is contained in:
parent
5438f328c0
commit
71177b9442
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
|
@ -4,6 +4,17 @@ Web proxy used for evading internet censorship or accessing websites in a contro
|
|||
Ultraviolet works by intercepting HTTP requests with a service worker script that follows the [TompHTTP](https://github.com/tomphttp) specifications
|
||||
|
||||
|
||||
# Main scripts
|
||||
|
||||
The main scripts required for UV are located in `lib/`
|
||||
|
||||
- Scripts
|
||||
- `uv.sw.js` Service worker script
|
||||
- `uv.bundle.js` Webpack compiled Ultraviolet rewriter
|
||||
- `uv.handler.js` Client-side hooking
|
||||
- `uv.config.js` Configuration
|
||||
|
||||
|
||||
|
||||
[Deploy](https://github.com/titaniumnetwork-dev/uv-app)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue