Skip to content

Commit

Permalink
fix incorrect path
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Jun 30, 2024
1 parent 714d451 commit e95af15
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def _add_dynamic_addr_to_rathole(

proxy_rule = (
f"Host(`{config.server_name}.syft.local`) || "
f"HostHeader(`{config.server_name}.syft.local`) && PathPrefix(`/rathole`)"
f"HostHeader(`{config.server_name}.syft.local`) && PathPrefix(`/rtunnel`)"
)

rathole_proxy["http"]["routers"][config.server_name] = {
Expand Down

0 comments on commit e95af15

Please sign in to comment.