WIP
This commit is contained in:
parent
268603256b
commit
ede46dc7a6
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ url = "socks5://example.org"
|
||||||
bypass = ["127.0.0.10", "example.net"]
|
bypass = ["127.0.0.10", "example.net"]
|
||||||
|
|
||||||
|
|
||||||
# Media proxy (https://github.com/misskey-dev/media-proxy)
|
# Media proxy (https://github.com/misskey-dev/media-proxy or its fork)
|
||||||
[network.media_proxy]
|
[network.media_proxy]
|
||||||
enabled = false
|
enabled = false
|
||||||
url = "https://example.org/media_proxy/"
|
url = "https://example.org/media_proxy/"
|
||||||
|
@ -42,7 +42,7 @@ url = "https://example.org/media_proxy/"
|
||||||
bypass = ["127.0.0.10", "example.net"]
|
bypass = ["127.0.0.10", "example.net"]
|
||||||
|
|
||||||
|
|
||||||
# Summaly proxy (https://github.com/misskey-dev/summaly)
|
# Summaly proxy (https://github.com/misskey-dev/summaly or its fork)
|
||||||
[network.summaly_proxy]
|
[network.summaly_proxy]
|
||||||
enabled = false
|
enabled = false
|
||||||
url = "https://example.org/summaly_proxy/"
|
url = "https://example.org/summaly_proxy/"
|
||||||
|
|
Loading…
Reference in a new issue