net/shadowsocks: tweaks and fixes

This commit is contained in:
Franco Fichtner
2025-08-26 11:09:59 +02:00
parent 55576e88d7
commit 9ee2c2834d
4 changed files with 6 additions and 14 deletions
@@ -26,12 +26,9 @@
<MaximumValue>65535</MaximumValue>
<ValidationMessage>Please provide a valid port number between 1 and 65535.</ValidationMessage>
</localport>
<password type="TextField">
<Default>password</Default>
<Required>N</Required>
</password>
<password type="TextField"/>
<cipher type="OptionField">
<Default>AES-256-CFB</Default>
<Default>aes-256-cfb</Default>
<Required>Y</Required>
<OptionValues>
<aes-256-cfb>AES-256-CFB</aes-256-cfb>
@@ -31,12 +31,9 @@
<MaximumValue>65535</MaximumValue>
<ValidationMessage>Please provide a valid port number between 1 and 65535.</ValidationMessage>
</localport>
<password type="TextField">
<Default>password</Default>
<Required>N</Required>
</password>
<password type="TextField"/>
<cipher type="OptionField">
<Default>AES-256-CFB</Default>
<Default>aes-256-cfb</Default>
<Required>Y</Required>
<OptionValues>
<aes-256-cfb>AES-256-CFB</aes-256-cfb>
@@ -28,8 +28,7 @@ POSSIBILITY OF SUCH DAMAGE.
#}
<div class="content-box" style="padding-bottom: 1.5em;">
{{ partial("layout_partials/base_form",['fields':generalForm,'id':'frm_general_settings'])}}
<div class="col-md-12">
<hr />
<div class="col-md-12 __mt">
<button class="btn btn-primary" id="saveAct" type="button"><b>{{ lang._('Save') }}</b> <i id="saveAct_progress"></i></button>
</div>
</div>
@@ -28,8 +28,7 @@ POSSIBILITY OF SUCH DAMAGE.
#}
<div class="content-box" style="padding-bottom: 1.5em;">
{{ partial("layout_partials/base_form",['fields':localForm,'id':'frm_local_settings'])}}
<div class="col-md-12">
<hr />
<div class="col-md-12 __mt">
<button class="btn btn-primary" id="saveAct" type="button"><b>{{ lang._('Save') }}</b> <i id="saveAct_progress"></i></button>
</div>
</div>