improve proxy functionality and configuration

This commit is contained in:
2025-12-25 09:53:46 +00:00
parent 5045c05f9f
commit 208b7f4598
13 changed files with 293 additions and 161 deletions

View File

@@ -1,7 +1,12 @@
[server]
addr = "127.0.0.1"
port = 8080
[docker]
connection = "http"
connection = "unix_default"
string = "http://my-custom-docker-server:2735"
timeout = 60
network_name = "customnetwork"
network_addr = "172.20.0.0/24"
[mrproxy]
connection = "tcp"
string = "127.0.0.1:25564"