mirror of
https://github.com/versia-pub/server.git
synced 2026-03-12 21:39:15 +01:00
refactor: ♻️ Move config checker code into its own file
This commit is contained in:
parent
8a774fa05d
commit
0ecb65de29
2 changed files with 27 additions and 0 deletions
|
|
@ -83,6 +83,15 @@ banned_user_agents = [
|
|||
# "wget\/1.20.3",
|
||||
]
|
||||
|
||||
[http.proxy]
|
||||
# For SOCKS proxies (e.g. Tor)
|
||||
# Will be used for all outgoing requests
|
||||
enabled = false
|
||||
host = "127.0.0.1"
|
||||
port = 9050
|
||||
# Can be socks4, socks4a or socks5
|
||||
type = "socks5"
|
||||
|
||||
[http.tls]
|
||||
# If these values are set, Lysand will use these files for TLS
|
||||
enabled = false
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue