mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
proxies (#2376)
* 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:
@@ -12,7 +12,7 @@ export type WorkspaceConfig = {
|
||||
}
|
||||
marketplace: MarketplaceConfig
|
||||
mocks: {
|
||||
maskAs: 'tor' | 'lan'
|
||||
maskAs: 'tor' | 'local' | 'localhost' | 'ipv4' | 'ipv6' | 'clearnet'
|
||||
skipStartupAlerts: boolean
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user