We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When im connected and rotate the phone, the VPN disconnects. Im running version 0.37 on Android 12.
Here is the log:
10:31:50.651 [main] INFO org.pacien.tincapp.context.App - Starting tinc app 0.37 (release build), running on REL (12) 10:31:52.367 [main] INFO o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.CONNECT dat=tinc:leovpn cmp=org.pacien.tincapp/.service.TincVpnService } 10:31:52.370 [main] INFO o.p.tincapp.service.TincVpnService - Starting tinc daemon for network "leovpn". 10:31:53.052 [AsyncTask #1] INFO o.p.tincapp.service.TincVpnService - tinc daemon started. 10:31:53.407 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } 10:31:53.408 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon. 10:41:31.117 [main] INFO o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.DISCONNECT cmp=org.pacien.tincapp/.service.TincVpnService } 10:41:31.122 [main] INFO o.p.tincapp.service.TincVpnService - Stopping any running tinc daemon. 10:41:31.217 [AsyncTask #5] INFO o.p.tincapp.service.TincVpnService - All tinc daemons stopped. 10:41:53.511 [main] INFO o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.CONNECT dat=tinc:leovpn cmp=org.pacien.tincapp/.service.TincVpnService } 10:41:53.515 [main] INFO o.p.tincapp.service.TincVpnService - Starting tinc daemon for network "leovpn". 10:41:54.128 [AsyncTask #5] INFO o.p.tincapp.service.TincVpnService - tinc daemon started. 10:41:54.215 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } 10:41:54.216 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon. 10:43:06.860 [main] INFO o.p.tincapp.service.TincVpnService - Stopping any running tinc daemon. 10:43:07.079 [AsyncTask #8] INFO o.p.tincapp.service.TincVpnService - All tinc daemons stopped. 10:43:40.412 [main] INFO o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.CONNECT dat=tinc:leovpn cmp=org.pacien.tincapp/.service.TincVpnService } 10:43:40.416 [main] INFO o.p.tincapp.service.TincVpnService - Starting tinc daemon for network "leovpn". 10:43:41.069 [AsyncTask #8] INFO o.p.tincapp.service.TincVpnService - tinc daemon started. 10:43:41.412 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } 10:43:41.413 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon. 10:43:41.949 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } 10:43:41.950 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon. 10:44:56.387 [main] INFO o.p.tincapp.service.TincVpnService - Stopping any running tinc daemon. 10:44:56.782 [AsyncTask #11] INFO o.p.tincapp.service.TincVpnService - All tinc daemons stopped. 10:45:07.787 [main] INFO o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.CONNECT dat=tinc:leovpn cmp=org.pacien.tincapp/.service.TincVpnService } 10:45:07.790 [main] INFO o.p.tincapp.service.TincVpnService - Starting tinc daemon for network "leovpn". 10:45:08.386 [AsyncTask #11] INFO o.p.tincapp.service.TincVpnService - tinc daemon started. 10:45:08.710 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Connectivity change intent received: Intent { act=android.net.conn.CONNECTIVITY_CHANGE flg=0x4200010 (has extras) } 10:45:08.711 [main] INFO o.p.t.s.ConnectivityChangeReceiver - Sending immediate reconnection request to the tinc daemon. 10:45:42.554 [main] INFO o.p.tincapp.service.TincVpnService - Intent received: Intent { act=org.pacien.tincapp.intent.action.DISCONNECT cmp=org.pacien.tincapp/.service.TincVpnService } 10:45:42.554 [main] INFO o.p.tincapp.service.TincVpnService - Stopping any running tinc daemon. 10:45:42.630 [AsyncTask #14] INFO o.p.tincapp.service.TincVpnService - All tinc daemons stopped. 10:46:40.486 [main] INFO org.pacien.tincapp.context.App - Starting tinc app 0.37 (release build), running on REL (12) 10:49:49.381 [main] INFO org.pacien.tincapp.context.App - Starting tinc app 0.37 (release build), running on REL (12) 10:50:45.614 [main] INFO o.p.t.s.ConfigurationAccessService - Started FTP server on port 65521
The text was updated successfully, but these errors were encountered:
pacien
No branches or pull requests
When im connected and rotate the phone, the VPN disconnects. Im running version 0.37 on Android 12.
Here is the log:
The text was updated successfully, but these errors were encountered: