mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-22 17:16:22 +00:00
Una nota para el futuro
This commit is contained in:
parent
f78cf72061
commit
cb0308e3fc
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@ class DeployHiddenService < DeployWww
|
|||
validates :hostname, format: { with: /\A[a-z2-7]{56}.onion\z/ }
|
||||
|
||||
# Sufijo para todos los dominios temporales.
|
||||
#
|
||||
# TODO: Deprecar cuando recuperemos la columna values como JSONB,
|
||||
# agregando un { temporary: true }
|
||||
TEMPORARY_SUFFIX = 'temporary'
|
||||
|
||||
# Traer todos los servicios ocultos temporales.
|
||||
|
|
Loading…
Reference in a new issue