Merge pull request #15 from safing/feature/default-profiles

Update profile defaults
This commit is contained in:
Daniel
2019-08-19 16:34:00 +02:00
committed by GitHub

View File

@@ -17,13 +17,12 @@ func makeDefaultFallbackProfile() *Profile {
Name: "Fallback Profile",
Flags: map[uint8]uint8{
// Profile Modes
Blacklist: status.SecurityLevelDynamic,
Prompt: status.SecurityLevelSecure,
Blacklist: status.SecurityLevelsDynamicAndSecure,
Whitelist: status.SecurityLevelFortress,
// Network Locations
Internet: status.SecurityLevelsDynamicAndSecure,
LAN: status.SecurityLevelsDynamicAndSecure,
Internet: status.SecurityLevelsAll,
LAN: status.SecurityLevelDynamic,
Localhost: status.SecurityLevelsAll,
// Specials