vssh 3.7.0__tar.gz → 3.7.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {vssh-3.7.0/vssh.egg-info → vssh-3.7.1}/PKG-INFO +1 -1
- {vssh-3.7.0 → vssh-3.7.1}/pyproject.toml +1 -1
- {vssh-3.7.0 → vssh-3.7.1/vssh.egg-info}/PKG-INFO +1 -1
- {vssh-3.7.0 → vssh-3.7.1}/vssh.py +1 -1
- {vssh-3.7.0 → vssh-3.7.1}/LICENSE +0 -0
- {vssh-3.7.0 → vssh-3.7.1}/README.md +0 -0
- {vssh-3.7.0 → vssh-3.7.1}/setup.cfg +0 -0
- {vssh-3.7.0 → vssh-3.7.1}/vssh.egg-info/SOURCES.txt +0 -0
- {vssh-3.7.0 → vssh-3.7.1}/vssh.egg-info/dependency_links.txt +0 -0
- {vssh-3.7.0 → vssh-3.7.1}/vssh.egg-info/entry_points.txt +0 -0
- {vssh-3.7.0 → vssh-3.7.1}/vssh.egg-info/top_level.txt +0 -0
- {vssh-3.7.0 → vssh-3.7.1}/vssh_mcp_server.py +0 -0
- {vssh-3.7.0 → vssh-3.7.1}/vssh_p2p.py +0 -0
|
@@ -96,7 +96,7 @@ def _load_tailscale_map() -> dict:
|
|
|
96
96
|
ips = [ip for ip in peer.get('TailscaleIPs', []) if ':' not in ip]
|
|
97
97
|
if name and ips:
|
|
98
98
|
ts_host[name] = ips[0]
|
|
99
|
-
for srv_ip in
|
|
99
|
+
for srv_ip in WIRE_SERVERS:
|
|
100
100
|
try:
|
|
101
101
|
with _ur.urlopen(f'http://{srv_ip}:8790/peers', timeout=3) as r:
|
|
102
102
|
for p in json.loads(r.read()).get('peers', []):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|