mirror of
https://github.com/FAUSheppy/athq-vm-management
synced 2025-12-06 05:41:35 +01:00
fix: transparent proxy port \w udp
This commit is contained in:
@@ -7,6 +7,6 @@ server {
|
||||
proxy_responses 1;
|
||||
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