bug fix: DNS response too slow

This commit is contained in:
lijiejie
2024-06-02 23:56:15 +08:00
parent cfc0f90439
commit 14ded0d495
8 changed files with 122 additions and 49 deletions
+1
View File
@@ -22,6 +22,7 @@ urlpatterns = [
re_path(r'^rebind/$', views.rebind_view, name='rebind_view'),
re_path(r'^rebind/gen$', views.rebind_gen, name='rebind_gen'),
re_path(r'^as_admin/$', views.as_admin, name='as_admin'),
re_path(r'^ip2location$', views.ip_to_location, name='ip_to_location'),
re_path(r'^config/update$', views.config_update, name='config_update'),
path('i18n/', include('django.conf.urls.i18n')),
re_path(r'^.*$', views.index, name='index'),