mirror of
https://github.com/MrUnknownDE/utools.git
synced 2026-04-19 14:13:44 +02:00
feat: add ASN Function
This commit is contained in:
@@ -19,6 +19,8 @@ server {
|
||||
rewrite ^/mac-lookup$ /mac-lookup.html last;
|
||||
rewrite ^/subnet$ /subnet-calculator.html last;
|
||||
rewrite ^/subnet-calculator$ /subnet-calculator.html last;
|
||||
rewrite ^/asn$ /asn-lookup.html last;
|
||||
rewrite ^/asn-lookup$ /asn-lookup.html last;
|
||||
|
||||
# Statische Dateien direkt ausliefern
|
||||
location / {
|
||||
|
||||
Reference in New Issue
Block a user