Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3860b6e6 authored by Chia-chi Yeh's avatar Chia-chi Yeh
Browse files

rootdir: Obsolete ppp/peers/common and racoon/racoon.conf.

parent abb08550
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -6,8 +6,7 @@ include $(CLEAR_VARS)
copy_from := \
	etc/dbus.conf \
	etc/init.goldfish.sh \
	etc/ppp/peers/common \
	etc/racoon/racoon.conf \
	etc/ppp/ip-up-vpn \
	etc/hosts

copy_to := $(addprefix $(TARGET_OUT)/,$(copy_from))

rootdir/etc/ppp/peers/common

deleted100755 → 0
+0 −10
Original line number Diff line number Diff line
ipcp-accept-local
ipcp-accept-remote
refuse-eap
noccp
noauth
idle 1800
mtu 1400
mru 1400
nodefaultroute
usepeerdns

rootdir/etc/racoon/racoon.conf

deleted100644 → 0
+0 −35
Original line number Diff line number Diff line
#path certificate "";
path certificate "/";

sainfo anonymous {
   encryption_algorithm aes, 3des;
   authentication_algorithm hmac_sha1, hmac_md5;
   compression_algorithm deflate;
   lifetime time 3600 sec;
}

remote anonymous {
   exchange_mode main;
   doi ipsec_doi;
   situation identity_only;
   ike_frag on;
   generate_policy on;
   my_identifier asn1dn;
   nat_traversal on; # always use NAT-T
   ca_type x509 "ca.crt";
   certificate_type x509 "user.crt" "user.key";
   verify_identifier off;
   verify_cert on;
   nonce_size 16;
   initial_contact on;
   proposal_check obey;

   proposal {
      authentication_method rsasig;
      hash_algorithm sha1;
      encryption_algorithm 3des;
      lifetime time 3600 sec;
      dh_group 2;
   }
}