Update UI, page actions + functions for basic provider support

This commit is contained in:
billz
2023-10-12 19:21:23 +02:00
parent 5123ab4599
commit a2394c0742
5 changed files with 41 additions and 0 deletions

View File

@@ -27,6 +27,9 @@
case "/wg_conf":
DisplayWireGuardConfig();
break;
case "/provider_conf":
DisplayProviderConfig();
break;
case "/torproxy_conf":
DisplayTorProxyConfig();
break;