Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use gnulib #311

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Be more consistent when creating ~/.fwknoprc
khorben authored and bastien-roucaries committed Apr 4, 2020
commit 03e1c20296be1170f3f1316c72482fdb24aec5d4
4 changes: 2 additions & 2 deletions client/config_init.c
Original file line number Diff line number Diff line change
@@ -871,9 +871,9 @@ create_fwknoprc(const char *rcfile)
"#FW_TIMEOUT 30\n"
"#SPA_SERVER_PORT 62201\n"
"#SPA_SERVER_PROTO udp\n"
"#ALLOW_IP <ip addr>\n"
"#ALLOW_IP <IP address>\n"
"#SPOOF_USER <username>\n"
"#SPOOF_SOURCE_IP <IPaddr>\n"
"#SPOOF_SOURCE_IP <IP address>\n"
"#TIME_OFFSET 0\n"
"#USE_GPG N\n"
"#GPG_HOMEDIR /path/to/.gnupg\n"