You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message`Reject follow requests from the given actor. The argument can be either an actor URI or a handle, or a wildcard (${"*"}). Can be specified multiple times. If a wildcard is specified, all follow requests will be rejected.`,
83
84
}),
84
85
)),
85
-
noTunnel: option("-T","--no-tunnel",{
86
-
description:
87
-
message`Disable tunneling the relay server to the public internet. Local access only.`,
88
-
}),
89
86
}),
87
+
tunnelOption,
90
88
debugOption,
91
89
),
92
90
{
@@ -140,7 +138,11 @@ export async function runRelay(
0 commit comments