add new configs
This commit is contained in:
parent
6211a5a970
commit
3098ebbc51
4 changed files with 27 additions and 0 deletions
16
home/.anyconnect
Normal file
16
home/.anyconnect
Normal file
|
@ -0,0 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<AnyConnectPreferences>
|
||||
<DefaultUser>sv111090</DefaultUser>
|
||||
<DefaultSecondUser></DefaultSecondUser>
|
||||
<ClientCertificateThumbprint>5F7D72CDCCF79986395359B36228F9569FB0369F</ClientCertificateThumbprint>
|
||||
<MultipleClientCertificateThumbprints></MultipleClientCertificateThumbprints>
|
||||
<ServerCertificateThumbprint></ServerCertificateThumbprint>
|
||||
<DefaultHostName>vpn.rwth-aachen.de</DefaultHostName>
|
||||
<DefaultHostAddress></DefaultHostAddress>
|
||||
<DefaultGroup>webvpn</DefaultGroup>
|
||||
<ProxyHost></ProxyHost>
|
||||
<ProxyPort></ProxyPort>
|
||||
<SDITokenType></SDITokenType>
|
||||
<ControllablePreferences>
|
||||
<LocalLanAccess>true</LocalLanAccess></ControllablePreferences>
|
||||
</AnyConnectPreferences>
|
4
home/.hgignore
Normal file
4
home/.hgignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
syntax: glob
|
||||
|
||||
*~
|
||||
.DS_Store
|
4
home/.resticignore
Normal file
4
home/.resticignore
Normal file
|
@ -0,0 +1,4 @@
|
|||
Parallels/
|
||||
Sync/
|
||||
Library/Containers/com.docker.docker/
|
||||
Library/Caches/
|
3
home/.rpmmacros
Normal file
3
home/.rpmmacros
Normal file
|
@ -0,0 +1,3 @@
|
|||
%_signature gpg
|
||||
%_gpg_path ~/.gnupg
|
||||
%_gpg_name Steffen Vogel
|
Loading…
Add table
Reference in a new issue