mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-02 17:14:55 +02:00
add copy code snippets to raw tcp/udp
This commit is contained in:
parent
f40d91ff9e
commit
844b12d363
3 changed files with 320 additions and 232 deletions
|
@ -60,7 +60,6 @@ const configSchema = z.object({
|
|||
.transform(stoi)
|
||||
.pipe(portSchema),
|
||||
internal_hostname: z.string().transform((url) => url.toLowerCase()),
|
||||
secure_cookies: z.boolean(),
|
||||
session_cookie_name: z.string(),
|
||||
resource_access_token_param: z.string(),
|
||||
resource_session_request_param: z.string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue