mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-12 02:04:09 -05:00
block myself from triggering analytics pings
This commit is contained in:
parent
0ecd71574c
commit
e258a749a5
1 changed files with 5 additions and 0 deletions
|
|
@ -43,6 +43,11 @@ in
|
|||
proxyPass = "http://10.88.0.6:3000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
locations."/script.js" = {
|
||||
extraConfig = ''
|
||||
deny 24.179.20.202;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue