Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions clis/nordvpnlite/example_nordvpnlite_config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# This file is not for copy&paste
Copy link
Contributor

@tomasz-grz tomasz-grz Nov 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately JSON format does not support file comments.

And would also cause test_config_example to fail. which is there only to make sure the example config is updated and valid..

The main question is if we actually need example_nordvpnlite_config.json, maybe better documentation instead?

# This is syntax example for the nordvpnlite daemon
# Another example, used for OpenWRT package, is a bit deeper in this repository: feed/net/nordvpnlite/files/config.json

{
"authentication_token": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
"vpn": {
Expand Down