improve proxy functionality and configuration
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user