* proxies

* OS outbound proxy. ugly, needs work

* abstract interface address management

* clearnet and outbound proxies for services

* clean up

* router tab

* smart launching of UIs

* update sdk types

* display outbound proxy on service show and rework menu
This commit is contained in:
Matt Hill
2023-08-07 15:14:03 -06:00
committed by GitHub
parent 0d079f0d89
commit c3ae146580
101 changed files with 2135 additions and 1161 deletions

View File

@@ -12,7 +12,7 @@ export type WorkspaceConfig = {
}
marketplace: MarketplaceConfig
mocks: {
maskAs: 'tor' | 'lan'
maskAs: 'tor' | 'local' | 'localhost' | 'ipv4' | 'ipv6' | 'clearnet'
skipStartupAlerts: boolean
}
}