mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 13:51:35 +01:00
fix: transparent proxy port \w udp
This commit is contained in:
@@ -7,6 +7,6 @@ server {
|
|||||||
proxy_responses 1;
|
proxy_responses 1;
|
||||||
proxy_pass {{ targetip }}:$server_port;
|
proxy_pass {{ targetip }}:$server_port;
|
||||||
|
|
||||||
{% if transparent %} proxy_bind $remote_addr transparent; {% endif %}
|
{% if transparent %} proxy_bind $remote_addr{% if udp %}:$remote_port{% endif %} transparent; {% endif %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user