-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The itemgetter get_allowed_ips() was only used by Peer.kilo.squat.ai. On top of that it caused issues. migrate Peer to use get_list_as_list() instead, and remove get_allowed_ips(). Added a parser-file for Peer. Improved the info-view for Peer a bit. Signed-off-by: David Weinehall <[email protected]>
- Loading branch information
Showing
4 changed files
with
31 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
- name: "kilo" | ||
show_in_selector: false | ||
matchkeys: | ||
- image_name: "/squat/kilo" | ||
parser_rules: | ||
- name: "json" | ||
- name: "override_severity" | ||
overrides: | ||
- matchtype: "startswith" | ||
matchkey: "Starting Kilo " | ||
loglevel: "notice" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters