[PR #29] [MERGED] [Feature] Able to connect to particular Proxyman app in company network #111

Closed
opened 2026-03-03 19:11:54 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: improve/hostname


📝 Commits (3)

📊 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 app
  • Atlantis.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.

## 📋 Pull Request Information **Original PR:** https://github.com/ProxymanApp/atlantis/pull/29 **Author:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Created:** 11/4/2020 **Status:** ✅ Merged **Merged:** 11/4/2020 **Merged by:** [@NghiaTranUIT](https://github.com/NghiaTranUIT) **Base:** `main` ← **Head:** `improve/hostname` --- ### 📝 Commits (3) - [`5aeabf0`](https://github.com/ProxymanApp/atlantis/commit/5aeabf0a7c6879f9331c5f5ad694f20b204d539a) Attempt to connect by HostName - [`b69b5b1`](https://github.com/ProxymanApp/atlantis/commit/b69b5b1569a1d4a5eaca717d71c1f54551377a0a) Add commend - [`ff1346c`](https://github.com/ProxymanApp/atlantis/commit/ff1346c4ad18b7a897a6d03eeee92d220e304019) Add logs ### 📊 Changes **3 files changed** (+36 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `Sources/Atlantis.swift` (+6 -3) 📝 `Sources/Configuration.swift` (+6 -3) 📝 `Sources/Transporter.swift` (+24 -1) </details> ### 📄 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 app - `Atlantis.start(hostName: "mymachine.local.")` will connect to particular machine --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 19:11:54 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/atlantis#111
No description provided.