View Single Post
  #25  
Old 13th April 2021, 23:53
darkalchemy darkalchemy is offline
Administrator
 
Join Date: Dec 2017
United States
Posts: 101
Default
XBT gets the ip address from the query parameter ip.

That's why I specifically add it to the query string here

Code:
proxy_pass http://127.0.0.1:4000/$1/announce$is_args$args& => ip=$remote_addr <=;
as some clients do not also include the ip.
Reply With Quote