Add optional user token to validate

Former-commit-id: 5734684a21
This commit is contained in:
Owen
2025-11-07 14:51:00 -08:00
parent befab0f8d1
commit 235877c379
5 changed files with 52 additions and 34 deletions

View File

@@ -195,6 +195,7 @@ func main() {
Endpoint: config.Endpoint,
ID: config.ID,
Secret: config.Secret,
UserToken: config.UserToken,
MTU: config.MTU,
DNS: config.DNS,
InterfaceName: config.InterfaceName,