LICENSE
README.md
__init__.py
__main__.py
config.py
dns_apply.py
linux_routing.py
ncclient.py
nebula_download.py
pyproject.toml
requirements.txt
token_store.py
./__init__.py
./__main__.py
./config.py
./dns_apply.py
./linux_routing.py
./ncclient.py
./nebula_download.py
./token_store.py
./windows/__init__.py
./windows/autostart.py
./windows/build.py
./windows/dialogs.py
./windows/icons.py
./windows/pipe_protocol.py
./windows/service.py
./windows/shared_paths.py
./windows/tray.py
binaries/.gitignore
binaries/ARM64-BUILDS.md
binaries/QUICKSTART.md
binaries/README.md
binaries/build.py
binaries/ncclient.spec
binaries/requirements.txt
contrib/check_dns_paths_sync.py
contrib/dns-apply-linux.sh
contrib/dns-apply-windows.ps1
docker/Dockerfile
docker/docker-compose.yml
docker/s6/dnsmasq/run
docker/s6/ncclient/run
examples/README-startup.md
examples/com.nixrtr.ncclient.plist
examples/ncclient-run-windows.ps1
examples/ncclient.env.example
examples/ncclient.service
nebula_commander.egg-info/PKG-INFO
nebula_commander.egg-info/SOURCES.txt
nebula_commander.egg-info/dependency_links.txt
nebula_commander.egg-info/entry_points.txt
nebula_commander.egg-info/requires.txt
nebula_commander.egg-info/scm_file_list.json
nebula_commander.egg-info/scm_version.json
nebula_commander.egg-info/top_level.txt
tests/__init__.py
tests/test_route_filtering.py
windows/.gitignore
windows/README.md
windows/__init__.py
windows/autostart.py
windows/build.py
windows/dialogs.py
windows/icons.py
windows/ncclient-service.spec
windows/ncclient-tray.spec
windows/pipe_protocol.py
windows/requirements.txt
windows/service.py
windows/shared_paths.py
windows/tray.py
windows-app/.gitignore
windows-app/App.xaml
windows-app/App.xaml.cs
windows-app/MainWindow.xaml
windows-app/MainWindow.xaml.cs
windows-app/NebulaCommanderApp.csproj
windows-app/app.manifest
windows-app/Assets/AppIcon.ico
windows-app/Assets/Logo.png
windows-app/Pages/EnrollmentPage.xaml
windows-app/Pages/EnrollmentPage.xaml.cs
windows-app/Pages/SettingsPage.xaml
windows-app/Pages/SettingsPage.xaml.cs
windows-app/Pages/StatusPage.xaml
windows-app/Pages/StatusPage.xaml.cs
windows-app/Properties/launchSettings.json
windows-app/Services/AutoStart.cs
windows-app/Services/BackendClient.cs
windows-app/Services/CidrUtil.cs
windows-app/Services/ConfigYaml.cs
windows-app/Services/NebulaDownload.cs
windows-app/Services/PipeClient.cs
windows-app/Services/RoutesStore.cs
windows-app/Services/ServiceControl.cs
windows-app/Services/SettingsStore.cs
windows-app/Services/SharedPaths.cs
windows-app/Services/StatusStore.cs
windows-app/Services/TokenStore.cs
windows-app/Tray/TrayIcon.cs