I know this has been covered before.. though I thought to revisit this..
To configure the edge router to operate as a tunneler, you use the "-t" flag when creating an edge router
ziti edge create edge-router ${routerName} -t -a "public" -o ${routerName}.jwt
This is what I used to make ZAC dark.. what this allows you to do is to set the name of the edge router as the identity for the bind policy.
When you do this.. the terminator is automatically created for you.
In this configuration, the tunneller is acting as a host
can the edge router also act as a proxy or tproxy?
if so, how do you configure this ?
in what scenarios would you use a proxy / tproxy?
Is there anything else that can be done, other than setting up a terminator, when the tunneller flag is configured.
Thanks