Skip to content

Commit

Permalink
dedup
Browse files Browse the repository at this point in the history
  • Loading branch information
MelvinTo committed Jan 22, 2024
1 parent 00186fa commit dba242c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion extension/vpnclient/VPNClientEnforcer.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ const platform = platformLoader.getPlatform();
const Mode = require('../../net2/Mode.js');
const {Address4, Address6} = require('ip-address');
const FireRouter = require('../../net2/FireRouter.js');
const _ = require('lodash');

const execAsync = util.promisify(cp.exec);

Expand Down
1 change: 0 additions & 1 deletion platform/pse/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ XT_TLS_SUPPORTED=yes
MANAGED_BY_FIREROUTER=yes
RAMFS_ROOT_PARTITION=yes
MAX_OLD_SPACE_SIZE=384
CGROUP_SOCK_MARK=${CURRENT_DIR}/files/cgroup_sock_mark

function get_openssl_cnf_file {
echo '/etc/openvpn/easy-rsa/openssl.cnf'
Expand Down
1 change: 0 additions & 1 deletion platform/purple/platform.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ XT_TLS_SUPPORTED=yes
MANAGED_BY_FIREROUTER=yes
RAMFS_ROOT_PARTITION=yes
MAX_OLD_SPACE_SIZE=384
CGROUP_SOCK_MARK=${CURRENT_DIR}/files/cgroup_sock_mark

function get_openssl_cnf_file {
echo '/etc/openvpn/easy-rsa/openssl.cnf'
Expand Down

0 comments on commit dba242c

Please sign in to comment.