Filfull proxy.json file
This commit is contained in:
22
proxy.json
22
proxy.json
@@ -1,4 +1,24 @@
|
|||||||
{
|
{
|
||||||
|
"firewall_loadbalancer_wireguard_prerouting": {
|
||||||
|
"NAME": "wireguard_proxy_client",
|
||||||
|
"PREROUTING": "true",
|
||||||
|
"TARGET_IP": "172.18.100.2",
|
||||||
|
"TYPE": "tcp",
|
||||||
|
"SOURCE_PORT_1": "80",
|
||||||
|
"SOURCE_PORT_2": "443",
|
||||||
|
"TARGET_PORT_1": "80",
|
||||||
|
"TARGET_PORT_2": "443",
|
||||||
|
"COMMENT": "edeg3e98"
|
||||||
|
},
|
||||||
|
"firewall_loadbalancer_wireguard_postrouting": {
|
||||||
|
"NAME": "wireguard_proxy_client",
|
||||||
|
"POSTROUTING": "true",
|
||||||
|
"TARGET_IP": "172.18.100.0",
|
||||||
|
"TARGET_PORT_1": "80",
|
||||||
|
"TARGET_PORT_2": "443",
|
||||||
|
"TYPE": "tcp",
|
||||||
|
"COMMENT": "edeg3e98"
|
||||||
|
},
|
||||||
"proxy_scheduler": {
|
"proxy_scheduler": {
|
||||||
"DOCKER_REGISTRY_URL": "registry.format.hu",
|
"DOCKER_REGISTRY_URL": "registry.format.hu",
|
||||||
"PROXY_TYPE": "",
|
"PROXY_TYPE": "",
|
||||||
@@ -11,5 +31,5 @@
|
|||||||
"RESTART": "3",
|
"RESTART": "3",
|
||||||
"ROLE": "backend-proxy",
|
"ROLE": "backend-proxy",
|
||||||
"SERVICE_NAME": "public-proxy"
|
"SERVICE_NAME": "public-proxy"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user