feature: Adds forward creation.

This commit is contained in:
greysoh 2024-04-21 17:31:16 -04:00
parent c385d7b83b
commit b7b7f80308
No known key found for this signature in database
GPG key ID: FE0F173B8FC01571
6 changed files with 134 additions and 6 deletions

View file

@ -0,0 +1,8 @@
/*
Warnings:
- You are about to drop the column `destIP` on the `ForwardRule` table. All the data in the column will be lost.
*/
-- AlterTable
ALTER TABLE "ForwardRule" DROP COLUMN "destIP";

View file

@ -26,7 +26,6 @@ model ForwardRule {
description String?
sourceIP String
sourcePort Int
destIP String
destPort Int
destProviderID Int
enabled Boolean