Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
Update proxy interface for reflecting latest UAShield proxy format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Danilenko committed Mar 17, 2022
1 parent 463cb4f commit 36cf270
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/interface/proxy.interface.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
export interface ProxyInterface {
id: number;
id?: number;
ip: string;
auth: string;
auth?: string;
scheme: 'http' | 'https' | 'socks4' | 'socks5';
}

0 comments on commit 36cf270

Please sign in to comment.