Add PersistentKeepalive setting

main
hsand 5 years ago committed by GitHub
parent f9e67f3391
commit 168b90472d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -55,3 +55,4 @@ with open(config_file, 'w') as file:
file.write('PublicKey = {}\n'.format(pia.connection['server_key']))
file.write('Endpoint = {}:1337\n'.format(pia.connection['server_ip']))
file.write('AllowedIPs = 0.0.0.0/0\n')
file.write('PersistentKeepalive = 25\n')

Loading…
Cancel
Save