mirror of
https://github.com/ProxymanApp/atlantis.git
synced 2026-04-26 08:26:04 +03:00
[PR #29] [MERGED] [Feature] Able to connect to particular Proxyman app in company network #111
Labels
No labels
Done
Done
Windows
bug
bug
bug
enhancement
enhancement
enhancement
good first issue
hacktoberfest
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/atlantis#111
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ProxymanApp/atlantis/pull/29
Author: @NghiaTranUIT
Created: 11/4/2020
Status: ✅ Merged
Merged: 11/4/2020
Merged by: @NghiaTranUIT
Base:
main← Head:improve/hostname📝 Commits (3)
5aeabf0Attempt to connect by HostNameb69b5b1Add commendff1346cAdd logs📊 Changes
3 files changed (+36 additions, -7 deletions)
View changed files
📝
Sources/Atlantis.swift(+6 -3)📝
Sources/Configuration.swift(+6 -3)📝
Sources/Transporter.swift(+24 -1)📄 Description
Description
This PR allows end-users to point out what the Proxyman app that Atlantis will connect to. It's useful if we have multiple Proxyman apps in the same network (e.g. in the company).
Changelog
Atlantis.start()will connect to all available Proxyman appAtlantis.start(hostName: "mymachine.local.")will connect to particular machine🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.