mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-14 00:46:39 +00:00
Disable icmp packets over private resources
This commit is contained in:
@@ -43,6 +43,7 @@ export type InternalResourceRow = {
|
||||
niceId: string;
|
||||
tcpPortRangeString: string | null;
|
||||
udpPortRangeString: string | null;
|
||||
disableIcmp: boolean;
|
||||
};
|
||||
|
||||
type ClientResourcesTableProps = {
|
||||
|
||||
Reference in New Issue
Block a user