-
Notifications
You must be signed in to change notification settings - Fork 404
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dynamic dns #57
Comments
This does not work at the moment, as the DNS resolve is broken in golang on Android. This will be fixed by go 1.4 (refer to #46). |
Thanks for updating the Syncthing Android to go 1.4! Is this issue fixed? |
It's not: golang/go#8877 |
Related development branches if anyone is interested: https://github.com/Zillode/syncthing-android/tree/android-goos and https://github.com/Zillode/syncthing-android/tree/android-goos-i386 |
Any status updates on this? Following some trails to the go repo says it's been fixed now? |
Almost there, I think golang/go@7165c9b will be part of Go 1.5 |
Yes I read that one, too. Have to wait until august then, when we'll hopefully get 1.5. |
1.5 is out, I'm wondering if it now works as intended. |
@Zillode I tried to update Go to 1.5 by changing the wget url and sha1 hash in build-syncthing.sh, but I'm getting this output:
Any idea what I'm doing wrong? |
That's trying to build it from source? |
Yeah in 1.5 they made the jump to a self-hosted compiler, so apparently building 1.5 from source requires 1.4. |
Yeah that's no fun:/
|
…g#57) (syncthing#66) * WIP - Catfriend1/syncthing-android#57 * Add sync conditions activity * Update folder edit layout Implement SyncConditionsActivity stub * Add dialog open logic * Fix UI glitches * Update APK version to 0.14.51.4 / 4167 * Revert "Update APK version to 0.14.51.4 / 4167" This reverts commit 47bc4aa. * Implement WiFi Ssid Whitelist UI * Read per-folder sync conditions from prefs * Implement onCheckedChange listeners * Implement saving object sync conditions * Remove early draft stuff * Implement per folder master switch for custom sync conditions * FolderActivity - More log * Improve generation of object-specific constants * Added onSyncPreconditionChanged to RunConditionMonitor * Fix UI glitch * Fix non-harming typos * Refactor "on mobile data" sync condition * Refactor "on wifi" sync condition * Refactor "on whitelisted wifi" sync condition * Refactor "on metered wifi" sync condition * Refactor RunConditionMonitor#decideShouldRun * RunConditionMonitor - Rename variables * Pause/Unpause folders using RunConditionMonitor events * Implement RunConditionMonitor#SyncConditionResult * Fix lint - use editor.apply instead of editor.commit * Updated translations * Add null check in RestApi * Fix missing explanation text * Fix german translation * Update APK version to 0.14.51.6 / 4169 * Update whatsnew
Hi,
¿Does it work with dynamic dns like duckdns.org?
I'm using the phone as a modem for a laptop. Both are configured to sync with the same desktop using duckdns.org. The laptop find the desktop but the phone doesn't.
Thanks.
The text was updated successfully, but these errors were encountered: