mirror of
https://github.com/itdoginfo/podkop.git
synced 2026-06-22 10:34:11 +03:00
refactor: migrate Outbound Configuration validation to modular
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { ValidationResult } from './types.js';
|
||||
import { ValidationResult } from './types';
|
||||
|
||||
export function validateDomain(domain: string): ValidationResult {
|
||||
const domainRegex =
|
||||
|
||||
Reference in New Issue
Block a user