add support for inbound proxies

This commit is contained in:
Matt Hill
2025-07-22 16:40:31 -06:00
parent 377b7b12ce
commit 4d9709eb1c
19 changed files with 450 additions and 381 deletions

View File

@@ -136,8 +136,7 @@ export const mockPatchData: DataModel = {
},
networkInterfaces: {
eth0: {
inbound: false,
outbound: true,
public: false,
ipInfo: {
name: 'Wired Connection 1',
scopeId: 1,
@@ -148,8 +147,7 @@ export const mockPatchData: DataModel = {
},
},
wlan0: {
inbound: false,
outbound: true,
public: false,
ipInfo: {
name: 'Wireless Connection 1',
scopeId: 2,