Skip to content

Commit

Permalink
chore: 修改网络代理dbus接口名称
Browse files Browse the repository at this point in the history
修改网络代理dbus接口名称
  • Loading branch information
fly602 committed Oct 24, 2024
1 parent c3dfd18 commit a26b45b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions network1/proxychains/proxychains.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ func NewManager(service *dbusutil.Service) *Manager {
}

const (
DBusPath = "/org/deepin/dde/Network/ProxyChains"
dbusInterface = "org.deepin.dde.Network.ProxyChains"
DBusPath = "/org/deepin/dde/Network1/ProxyChains"
dbusInterface = "org.deepin.dde.Network1.ProxyChains"
)

func (*Manager) GetInterfaceName() string {
Expand Down

0 comments on commit a26b45b

Please sign in to comment.