このリポジトリは2023-09-09にアーカイブされています。 ファイルの閲覧とクローンは可能ですが、プッシュ、イシューの作成、プルリクエストはできません。
whoogle-mod/app
Vansh Comar 771bf34ce9
Show client IP for "my ip" searches (#469)
This introduces a new UI element for displaying the client IP
address when a search for "my ip" is used.

Note that this does not show the IP address seen by Google
if Whoogle is deployed remotely. It uses `request.remote_addr`
to display the client IP address in the UI, not the actual address
of the server (which is what Google sees in requests sent from
remote Whoogle instances).
2021-10-21 10:42:31 -06:00
..
models Block by result title or url using regex (#473) 2021-10-20 20:01:04 -06:00
static Show client IP for "my ip" searches (#469) 2021-10-21 10:42:31 -06:00
templates Block by result title or url using regex (#473) 2021-10-20 20:01:04 -06:00
utils Show client IP for "my ip" searches (#469) 2021-10-21 10:42:31 -06:00
__init__.py Bump version to 0.6.0 2021-10-11 17:44:57 -06:00
__main__.py Swap out Flask's default web server for Waitress (#32) 2020-05-12 17:14:55 -06:00
filter.py Block by result title or url using regex (#473) 2021-10-20 20:01:04 -06:00
request.py Skip parsing user agent if absent from request 2021-06-16 10:37:33 -04:00
routes.py Show client IP for "my ip" searches (#469) 2021-10-21 10:42:31 -06:00