22#ifndef DETERMINISTICESPASYNCWEBSERVER_SSH_FORWARD_H
23#define DETERMINISTICESPASYNCWEBSERVER_SSH_FORWARD_H
29#if DETWS_SSH_PORT_FORWARD
38typedef bool (*SshForwardPolicyCb)(
const char *host, uint16_t port);
41void ssh_forward_set_policy_cb(SshForwardPolicyCb cb);
49void ssh_forward_begin(
void);
56void ssh_forward_pump(uint8_t ssh_slot);
59void ssh_forward_reset(uint8_t ssh_slot);
User-facing configuration for DeterministicESPAsyncWebServer.