diff options
Diffstat (limited to 'data/defaults.toml')
-rw-r--r-- | data/defaults.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/defaults.toml b/data/defaults.toml index 94ffb4a3..28db3067 100644 --- a/data/defaults.toml +++ b/data/defaults.toml @@ -18,3 +18,7 @@ additional_repositories = [ "deb [arch=amd64] https://repo.saltproject.io/py3/debian/11/amd64/3004 bullseye main", "deb [arch=amd64] http://repo.powerdns.com/debian bullseye-rec-48 main" ] + +website_url = "https://vyos.io" +support_url = "https://support.vyos.io" +bugtracker_url = "https://phabricator.vyos.net" |