ols: sandbox with bunpen
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
# - source: <https://api.wigle.net/swagger#/Network%20search%20and%20information%20tools/search_2>
|
||||
# - "API for some functions is limited on a daily basis for all users for the time being, but if you'd like increased access, please email us (include your username and usecase) at WiGLE-admin@wigle.net."
|
||||
# - source: <https://wigle.net/account>
|
||||
#
|
||||
# XXX(2024-09-07): all queries reply 401 Not Authorized, even with sandboxing disabled,
|
||||
# so either WiGLE has changed their API or banned my account or something else.
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
sane.programs.ols = {
|
||||
@@ -36,7 +39,7 @@
|
||||
|
||||
secrets.".config/ols/ols.toml" = ../../../secrets/common/ols.toml.bin;
|
||||
|
||||
sandbox.method = "bwrap";
|
||||
sandbox.method = "bunpen";
|
||||
sandbox.net = "all";
|
||||
|
||||
services.ols = {
|
||||
|
Reference in New Issue
Block a user