mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
add support for inbound proxies
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user