from django.urls import path from vpn.views import shadowsocks urlpatterns = [ path('ss//', shadowsocks, name='shadowsocks'), ]