mirror of
https://gitea.invidious.io/iv-org/Invidious-quic-proxy.git
synced 2024-08-15 00:43:22 +00:00
Update README.md
This commit is contained in:
parent
9ed02b7187
commit
91b9f64daa
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
# [WIP] Quic proxy built in Python for the Invidious project.
|
||||
|
||||
##Usage
|
||||
## Usage
|
||||
|
||||
All requests is done through POST. A data content of
|
||||
<br>
|
||||
```sh
|
||||
|
@ -16,4 +17,4 @@ The port and address can be changed in config.toml, located in the default OS co
|
|||
```toml
|
||||
host = "0.0.0.0"
|
||||
port = 7192
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue