mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/shadowsocks: tweaks and fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user