Changed wireguard proxy client configurations and added user and system configuration elements.
This commit is contained in:
@@ -43,7 +43,7 @@
|
|||||||
{"HTTP": ""},
|
{"HTTP": ""},
|
||||||
{"EXEC": "/ready.sh"}
|
{"EXEC": "/ready.sh"}
|
||||||
],
|
],
|
||||||
"ENV_FILES": [ "/etc/user/config/wireguard-proxy.json" ],
|
"ENV_FILES": [ "/etc/system/config/proxy.json" ],
|
||||||
"EXTRA": "--privileged",
|
"EXTRA": "--privileged",
|
||||||
"DEPEND": "null",
|
"DEPEND": "null",
|
||||||
"START_ON_BOOT": "false",
|
"START_ON_BOOT": "false",
|
||||||
|
@@ -43,7 +43,7 @@
|
|||||||
{"HTTP": ""},
|
{"HTTP": ""},
|
||||||
{"EXEC": "/ready.sh"}
|
{"EXEC": "/ready.sh"}
|
||||||
],
|
],
|
||||||
"ENV_FILES": [ "/etc/user/config/wireguard-proxy.json" ],
|
"ENV_FILES": [ "/etc/user/config/user.json", "/etc/system/config/proxy.json" ],
|
||||||
"EXTRA": "--privileged",
|
"EXTRA": "--privileged",
|
||||||
"DEPEND": "null",
|
"DEPEND": "null",
|
||||||
"START_ON_BOOT": "false",
|
"START_ON_BOOT": "false",
|
||||||
|
@@ -2,7 +2,6 @@
|
|||||||
"firewall_loadbalancer_wireguard_prerouting": {
|
"firewall_loadbalancer_wireguard_prerouting": {
|
||||||
"NAME": "wireguard_proxy_client",
|
"NAME": "wireguard_proxy_client",
|
||||||
"PREROUTING": "true",
|
"PREROUTING": "true",
|
||||||
"SOURCE_IP": "10.0.1.1",
|
|
||||||
"TARGET_IP": "172.18.100.2",
|
"TARGET_IP": "172.18.100.2",
|
||||||
"TYPE": "tcp",
|
"TYPE": "tcp",
|
||||||
"SOURCE_PORT_1": "80",
|
"SOURCE_PORT_1": "80",
|
||||||
@@ -17,6 +16,7 @@
|
|||||||
"TARGET_IP": "172.18.100.0",
|
"TARGET_IP": "172.18.100.0",
|
||||||
"TARGET_PORT_1": "80",
|
"TARGET_PORT_1": "80",
|
||||||
"TARGET_PORT_2": "443",
|
"TARGET_PORT_2": "443",
|
||||||
|
"TYPE": "tcp",
|
||||||
"COMMENT": "edeg3e98"
|
"COMMENT": "edeg3e98"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user