mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
sync (#371)
This commit is contained in:
commit
88448d6eba
2 changed files with 2 additions and 2 deletions
|
@ -501,7 +501,7 @@ _bypass_proto_without_ndpi() {
|
|||
ipset -q flush bypass6_$proto > /dev/null 2>&1
|
||||
ipset -q --exist restore <<-EOF
|
||||
create bypass_$proto hash:net hashsize 64
|
||||
create bypass6_$proto hash:net hashsize 64
|
||||
create bypass6_$proto hash:net family inet6 hashsize 64
|
||||
EOF
|
||||
for ip in $ALLIPS; do
|
||||
valid_ip4=$( valid_subnet4 $ip)
|
||||
|
|
|
@ -383,7 +383,7 @@ outbound_section_validate() {
|
|||
's_vless_reality_port:port' \
|
||||
's_vless_reality_user_id:string' \
|
||||
's_vless_reality_user_alter_id:and(uinteger, max(65535))' \
|
||||
's_vless_user_security:or("auto", "aes-128-gcm", "chacha20-poly1305", "none")' \
|
||||
's_vless_reality_user_security:or("auto", "aes-128-gcm", "chacha20-poly1305", "none")' \
|
||||
's_vless_reality_user_encryption:or("auto", "none")' \
|
||||
's_vless_reality_flow:string' \
|
||||
's_vless_reality_public_key:string' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue