mirror of
https://github.com/kingparks/cursor-vip.git
synced 2025-09-27 03:15:52 +08:00
13 lines
166 B
Go
13 lines
166 B
Go
//go:build linux
|
|
// +build linux
|
|
|
|
package tui
|
|
|
|
func SetProxy(server string, port string) {
|
|
// TODO Set HTTP proxy
|
|
}
|
|
|
|
func UnSetProxy() {
|
|
// TODO Unset HTTP proxy
|
|
}
|