{"id":20152715,"url":"https://github.com/ozankiratli/nordvpnonovpn","last_synced_at":"2025-05-06T22:31:05.332Z","repository":{"id":183299036,"uuid":"133209293","full_name":"ozankiratli/NordVPNonOVPN","owner":"ozankiratli","description":"Easy Setup for NordVPN using OpenVPN on Linux OS","archived":true,"fork":false,"pushed_at":"2019-03-04T05:54:25.000Z","size":25,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-03T01:20:25.360Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ozankiratli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2018-05-13T05:43:01.000Z","updated_at":"2024-06-26T22:21:28.000Z","dependencies_parsed_at":"2023-07-23T21:32:56.706Z","dependency_job_id":null,"html_url":"https://github.com/ozankiratli/NordVPNonOVPN","commit_stats":null,"previous_names":["evolozzy/nordvpnonovpn","ozankiratli/nordvpnonovpn"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozankiratli%2FNordVPNonOVPN","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozankiratli%2FNordVPNonOVPN/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozankiratli%2FNordVPNonOVPN/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozankiratli%2FNordVPNonOVPN/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozankiratli","download_url":"https://codeload.github.com/ozankiratli/NordVPNonOVPN/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252778946,"owners_count":21802857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T23:13:37.100Z","updated_at":"2025-05-06T22:31:05.030Z","avatar_url":"https://github.com/ozankiratli.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NordVPNonOVPN\nEasy Setup for NordVPN using OpenVPN on Linux OS\n\n## INSTALLATION:\n\nDownload the bash script file, and set permissions\n```\ngit clone https://github.com/ozankiratli/NordVPNonOVPN.git\nsudo cp /path/NordVPNSetup.sh /usr/local/bin \nsudo chmod +x /usr/local/bin  \n```\n\n## RUNNING:\n``` \nNordVPNSetup.sh -s \u003cservername\u003e [options [arguments] ] \n```\n\n### Options:\n\n- `-h, --help`                      Display help (this message)\n- `-s \u003cServerName\u003e`\t\t\t              NordVPN server\n- `-p \u003cPortType\u003e`\t\t\t                Port type TCP or UDP\n- `-N /path/to/NordVPNfiles`\t\t      Defines path to downloaded openvpn files\n- `-C /path/to/openvpn`\t\t           Path to OpenVPN configuration files in the system \n- `-n \u003cVPNServiceName\u003e`\t\t           Name of the configuration filename without `.ovpn` or `.conf`\n- `--firstuse`\t\t\t                   Use this flag if you are setting up NordVPN client for the first time\n- `-l`\t\t\t                           Lists all available servers\n- `-l --country \u003cCountryCode\u003e`\t     Lists servers of the chosen country. Use 2 letter country codes\n- `-l --port \u003cPortType\u003e`\t\t          Lists servers of the chosen port type. TCP or UDP\n- `-l --country \u003cCC\u003e --port \u003cPT\u003e`\t  Lists servers of the chosen country and port.\n- `--checkserver \u003cservername\u003e`\t     Shows if the server is available and available port types.\n- `-u, --usage` \t\t\t                 Correct usage options\n- `--updatefiles`                \t\t\tUpdates the files\n- `--start \u003cVPNServiceName\u003e`      \t\tStarts service\n- `--stop \u003cVPNServiceName\u003e`\t       \tStops service\n- `--restart`\t                      Restarts service\n- `--status \u003cVPNServiceName\u003e`\t\t     Returns service status \n- `--enable \u003cVPNServiceName\u003e`\t\t     Enables service\n- `--disable \u003cVPNServiceName\u003e`\t     Disables service\n- Be aware that -h, -l, --checkserver, -u, --updatefiles, --start, --stop, --restart, -status, --enable, and --disable options will override other options, the first of these options will be processed, the others will be ignored.\n\n***Default options are:***\n```\nNordVPNSetup.sh -s \u003cServerName\u003e [default=none] -p \u003cPortType\u003e [default=udp] -C \u003cpath/to/NordVPN\u003e [default=/home/romulan/build/nordvpn] -O \u003cpath/to/OpenVPN\u003e [default=/etc/openvpn] -f \u003cfilename\u003e [default=]\n```\n \n## USAGE SUGGESTIONS:\n\n### Setting NordVPN:\n```\nNordVPNSetup.sh -s \u003cServerName\u003e [default=none] -p \u003cPortType\u003e [default=udp] -C \u003cpath/to/NordVPN\u003e [default=/home/romulan/build/nordvpn] -O \u003cpath/to/OpenVPN\u003e [default=/etc/openvpn] -f \u003cfilename\u003e [default=]\n```\n\n### For Help:\n```\nNordVPNSetup.sh -h or NordVPNSetup.sh --help\n```\n\n### For Usage: (Displaying this list)\n```\nNordVPNSetup.sh -u or NordVPNSetup.sh --usage\n``` \n\n### For Listing Servers:\n```\nNordVPNSetup.sh -l [--country \u003c2LetterCountryCode\u003e] [--port \u003cPortType\u003e]\n```\n \n### For Checking if a Server file is present in the local machine:\n```\nNordVPNSetup.sh --checkserver \u003cServerName\u003e\n```\n \n### For Updating Server files in the local machine:\n```\nNordVPNSetup.sh --updatefiles\n```\n\n### For Client Services:\n```\nNordVPNSetup.sh --enable/--disable/--start/--stop/--restart/--status \u003cVPNServiceName\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozankiratli%2Fnordvpnonovpn","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozankiratli%2Fnordvpnonovpn","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozankiratli%2Fnordvpnonovpn/lists"}