start to implement the configuration file and mrproxy integration

This commit is contained in:
2025-12-20 03:56:46 +00:00
parent 7cabefc76e
commit 5045c05f9f
11 changed files with 323 additions and 15 deletions

View File

@@ -0,0 +1,7 @@
[docker]
connection = "http"
string = "http://my-custom-docker-server:2735"
[mrproxy]
connection = "tcp"
string = "127.0.0.1:25564"