mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-22 04:28:01 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// Copyright 2020 @polkadot/phishing authors & contributors
|
||||
// SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
export interface HostList {
|
||||
allow: string[];
|
||||
deny: string[];
|
||||
}
|
||||
Reference in New Issue
Block a user