feat(wireguard): bootstrap server keypair and default site exit node, fix UI confirmation actionMessage and query token auth (#43)
This commit is contained in:
@@ -35,6 +35,12 @@ function gwConf() {
|
||||
};
|
||||
}
|
||||
|
||||
// ── Gateway Info ─────────────────────────────────────────────────────────────
|
||||
|
||||
router.get('/gateway-info', async (req, res) => {
|
||||
res.json(gwConf());
|
||||
});
|
||||
|
||||
// ── Sites ───────────────────────────────────────────────────────────────────
|
||||
|
||||
router.get('/sites', async (req, res, next) => {
|
||||
|
||||
Reference in New Issue
Block a user