Commit Graph

327 Commits

Author SHA1 Message Date
ospab 8d0729f0ad CI/CD: release version v0.2.61 2026-05-28 16:41:04 +03:00
ospab ac5031fd95 Fix Windows TUN routing loop for SIM modems (0.0.0.0 NextHop) 2026-05-28 16:40:49 +03:00
ospab 1e7f562f81 Fix frontend ignoring tunnel errors & fix blocking wintun routines 2026-05-28 16:32:59 +03:00
ospab 6547b99798 CI/CD: release version v0.2.60 2026-05-28 15:31:00 +03:00
ospab 46a525ff3d Fix Tauri RealityConfig init 2026-05-28 15:30:48 +03:00
ospab 870d58adb9 CI/CD: release version v0.2.59 2026-05-28 15:19:18 +03:00
ospab 2b89763a72 Upgrade Flutter to 3.41.6 in CI to support Kotlin DSL 2026-05-28 15:19:06 +03:00
ospab d89da73187 CI/CD: release version v0.2.58 2026-05-28 15:06:40 +03:00
ospab eea5b135b6 Fix Android rust_target matrix variable 2026-05-28 15:06:22 +03:00
ospab 56ab555fe5 CI/CD: release version v0.2.57 2026-05-28 15:02:01 +03:00
ospab 23e2c04bc7 Fix Tauri build args, split Android into matrix, track flutter/gui, update docs and contacts 2026-05-28 15:01:41 +03:00
ospab 0cdb53e4e2 CI/CD: release version v0.2.56 2026-05-28 14:54:17 +03:00
ospab 0b5f8f36ef Update GUI builds to output dual architectures 2026-05-28 14:51:58 +03:00
ospab f164c2ffcf CI/CD: release version v0.2.55 2026-05-28 14:48:37 +03:00
ospab 25e29f0d54 Merge GUI jobs into release.yml and remove bare Android build 2026-05-28 14:48:26 +03:00
ospab c188c287f3 CI/CD: release version v0.2.54 2026-05-28 14:40:04 +03:00
ospab 7f0afab42a Fix STUN bug, improve DNS in TUN, fix config gen, add GHA for clients 2026-05-28 14:39:42 +03:00
ospab 10af0ca7a9 Add session id mismatch error trace 2026-05-28 13:49:33 +03:00
ospab e60324ef1a feat: enforce internal DNS on client and restore DNS interception on server
- Flutter: Hide 'DNS Server' field and force '10.1.0.1' if connection link contains owndns=true
- Flutter: Remove 'Use Provider DNS' toggle to eliminate client-side choice
- Server (relay.rs): Intercept DNS queries targeting '10.1.0.1:53' and process them via internal DnsServer if DNS is enabled
- Server (api.rs): Continue appending owndns=true to subscription links to enforce internal DNS logic on clients
2026-05-28 13:18:56 +03:00
ospab d405952463 CI/CD: release version v0.2.53 2026-05-28 12:30:28 +03:00
ospab 2c46750687 fix: remove DNS interception on server, fix TUN routing on Windows and Linux
- ostp-server/relay.rs: remove DNS port 53 interception — DNS queries
  now pass through to the actual DNS server as regular TCP connections
- ostp-client/native_handler.rs (Windows): add explicit gateway/32 route
  via real interface BEFORE setting default route via TUN to prevent loop
- ostp-client/native_handler.rs (Linux): properly detect real gateway and
  add default route via TUN with metric 10 after server IP exclusion
- Remove redundant extra DNS host routes from Windows setup script
2026-05-28 12:30:06 +03:00
ospab c607c40240 CI/CD: release version v0.2.52 2026-05-28 01:39:52 +03:00
ospab a20e74154e fix(client): proxy UDP DNS over TCP via local socks5 2026-05-28 01:39:20 +03:00
ospab 1ebbe0b3a0 CI/CD: release version v0.2.51 2026-05-28 01:29:12 +03:00
ospab 03e113fccf fix(server): return API token support for Relay servers sync 2026-05-28 01:28:29 +03:00
ospab 7b81f617ad CI/CD: release version v0.2.50 2026-05-28 01:09:45 +03:00
ospab 839a364cac fix(client): resolve server domain to IP before starting TUN to prevent DNS deadlock on reconnects 2026-05-28 01:09:10 +03:00
ospab 4bb7cf86a0 CI/CD: release version v0.2.49 2026-05-28 00:29:37 +03:00
ospab ac335a726f fix: include owndns and transport type in --links output 2026-05-28 00:28:54 +03:00
ospab dde5c077f0 CI/CD: release version v0.2.48 2026-05-27 23:44:16 +03:00
ospab 987e42d619 fix: make handle_subscribe future Send by scoping RwLockReadGuard 2026-05-27 23:38:32 +03:00
ospab 45d5d3b39f CI/CD: release version v0.2.46 2026-05-27 22:50:27 +03:00
ospab b7eb06609f fix: Persist DNS configuration to config.json 2026-05-27 22:49:28 +03:00
ospab 0370cef1f3 CI/CD: release version v0.2.45 2026-05-27 22:24:39 +03:00
ospab f69f194923 feat: Built-in DNS Server with AdBlock and DoH proxy 2026-05-27 22:23:06 +03:00
ospab 7c88115bb5 CI/CD: release version v0.2.44 2026-05-27 18:17:37 +03:00
ospab 36a325997c fix(server): generate correct public IP for client configs instead of 0.0.0.0 2026-05-27 18:17:11 +03:00
ospab f62a342688 CI/CD: release version v0.2.43 2026-05-27 00:18:29 +03:00
ospab 8ab49b84e9 feat: migrate TUN tunnel to native in-process smoltcp and refactor Android JNI layer 2026-05-27 00:17:19 +03:00
ospab 5722aaf2bc CI/CD: release version v0.2.42 2026-05-26 23:25:50 +03:00
ospab 51875dba87 perf: increase backpressure limit to 16384 and reduce retransmit tick to 10ms for multi-gigabit speeds 2026-05-26 23:21:33 +03:00
ospab 460dcbef7b CI/CD: release version v0.2.41 2026-05-26 22:28:01 +03:00
ospab 25232a1c3a fix: use proper axum 0.8 wildcard syntax to fix runtime panic 2026-05-26 22:27:13 +03:00
ospab 566f458187 CI/CD: release version v0.2.40 2026-05-26 22:18:06 +03:00
ospab 3189b06484 fix: redirect exact webpath to trailing slash and fix empty webpath static handler prefix 2026-05-26 22:17:27 +03:00
ospab 247671de6c fix: detect real public IP for panel URL output 2026-05-26 22:08:51 +03:00
ospab 0611b96622 feat: prompt panel setup during update if not configured 2026-05-26 22:03:12 +03:00
ospab 34e710c5aa fix: config migration uses hardcoded field injection, no ostp --init; fix init template api fields 2026-05-26 21:59:41 +03:00
ospab 5e2b36c746 feat: auto-migrate config on update — add new fields, preserve existing data 2026-05-26 21:50:47 +03:00
ospab 8f070b24fb CI/CD: release version v0.2.38 2026-05-26 21:45:28 +03:00