You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify the integration of **WireGuard VPN** in your Android applications with this library. This library provides a clean API to manage VPN connections, handle configurations, and monitor tunnel states.
3
+
A simple Android library for integrating WireGuard VPN functionality into your applications. Provides clean API for managing VPN connections, handling configurations, and monitoring tunnel states.
7
4
8
-
## 👨💻 Professional Services
9
-
10
-
I'm available for professional work! Whether you need help with:
@@ -279,31 +257,23 @@ public class MainActivity extends AppCompatActivity {
279
257
}
280
258
```
281
259
282
-
---
283
-
284
260
## Error Handling
285
261
286
-
The library provides comprehensive error handling and logging. All major operations are wrapped in try-catch blocks and provide detailed error messages. You can monitor the logs using the following tags:
262
+
The library provides comprehensive error handling and logging. All major operations are wrapped in try-catch blocks and provide detailed error messages. You can monitor the logs using these tags:
287
263
288
264
-`ServiceManager`: For service management related logs
289
265
-`TunnelService`: For VPN tunnel related logs
290
266
291
-
---
292
-
293
267
## Contributing
294
268
295
269
Contributions are welcome! Please feel free to submit a Pull Request.
296
270
297
-
---
298
-
299
271
## License
300
272
301
-
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
302
-
303
-
---
273
+
This project is licensed under the MIT License - see the LICENSE file for details.
0 commit comments