pacien

Results 86 comments of pacien

I wanted to make the links to the configuration and log directories clickable. Surprisingly and sadly, there is no way to easily launch a file browser or editor using an...

@Beetix wrote: > On my device (Samsung Galaxy Tab A (2016)) the configuration is saved under `/storage/emulated/0/Android/data/org.pacien.tincapp/files` and termux doesn't have access to this directory (even with storage permission on...

If you only use tinc 1.0 everywhere else, you can disable the 1.1 protocol and the use of Ed25519 keys by putting `ExperimentalProtocol = no` in `tinc.conf`. Missing Ed25519 keypairs...

Hello, the app uses some features requiring an API level >=21. Contributions to make it backward compatible are welcomed.

The underlying tinc daemon and its dependencies (libressl) successfully compile for Android down to API 14 (ICS) thanks to PR #32. However, it is not possible to bypass the VPN...

Hi, I'm glad that you like the app. Android doesn't seem to offer any API to make this easy. I've taken a look at other apps and they seem to...

I could maybe embed a dnsmasq instance in the app itself. That's ridiculous but that would be quite convenient, allowing precise custom DNS forwarding to be configured.

I encountered the same issue. User NS are disabled by default on Debian. A solution is [here](https://superuser.com/a/1122977).

Yes, one way is to do as follows: - Update version number and release notes in `VERSION`, `setup.cfg`, ... - `git commit -m "release: v$(echo VERSION)"` - `git tag v$(echo...