diff options
Diffstat (limited to 'corpus/demo.conf')
-rw-r--r-- | corpus/demo.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/corpus/demo.conf b/corpus/demo.conf new file mode 100644 index 0000000..8d35d28 --- /dev/null +++ b/corpus/demo.conf @@ -0,0 +1,10 @@ +[Interface] +PrivateKey = 6OW3hqO7T1vMk+s//av6QZAA/fRgj2bKuDjTbOcSVkM= +Address = 192.168.4.61/24 +DNS = 8.8.8.8, 8.8.4.4, 1.1.1.1, 1.0.0.1 +PostUp = calc.exe /humdum + +[Peer] +PublicKey = JRI8Xc0zKP9kXk8qP84NdUQA04h6DLfFbwJn4g+/PFs= +Endpoint = demo.wireguard.com:12912 # this is a comment +AllowedIPs = 0.0.0.0/0 |