mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-30 06:29:23 +02:00
add copy code snippets to raw tcp/udp
This commit is contained in:
parent
4e6a0403c9
commit
ae39754803
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