diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-06-18 16:30:12 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-06-18 16:32:15 +0200 |
| commit | 49ac82e031099f7e9bde6bbb3fb580fdc1dabf1a (patch) | |
| tree | bf50fdd6ee47a5fde5bd3a05b96006138100dee8 /group_vars/all.yml.example | |
| parent | 38691ef7e615bc8ff7a221969dde08eb848c7391 (diff) | |
Implement support for conditional proxy (nginx or caddy)
Diffstat (limited to 'group_vars/all.yml.example')
| -rw-r--r-- | group_vars/all.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/group_vars/all.yml.example b/group_vars/all.yml.example index cc323a1f..e240f347 100644 --- a/group_vars/all.yml.example +++ b/group_vars/all.yml.example @@ -60,6 +60,8 @@ vimrc_setup_script: | chromium_is_default: false firefox_is_default: true +proxy_type: "nginx" + wireguard_autostart_connection: "vpn0" wireguard_connections: # All wireguard config files are prefixed with wg- |
