UI and security improvements
This commit is contained in:
parent
9a272ee959
commit
b8c4914a52
13 changed files with 136 additions and 80 deletions
|
|
@ -15,9 +15,12 @@ from validation import (
|
|||
banned_ip,
|
||||
)
|
||||
|
||||
VALID_DDNS_PROVIDERS = ('noip', 'cloudflare', 'duckdns')
|
||||
|
||||
__all__ = [
|
||||
'VALID_PROTOCOLS',
|
||||
'VALID_BLOCKLIST_FORMATS',
|
||||
'VALID_DDNS_PROVIDERS',
|
||||
'ip',
|
||||
'ip_or_cidr',
|
||||
'port',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue