Port forwarding is working
This commit is contained in:
@ -23,9 +23,9 @@ export type NatHostPort =
|
||||
|
||||
export interface NatEntry {
|
||||
protocol: "TCP" | "UDP" | "Both";
|
||||
host_addr: NatSource;
|
||||
host_ip: NatSource;
|
||||
host_port: NatHostPort;
|
||||
guest_addr: string;
|
||||
guest_ip: string;
|
||||
guest_port: number;
|
||||
comment?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user